61 current 2025-10-05 15:00:30 25.05.20251001.5b5be50 6.12.49 *

This commit is contained in:
2025-10-05 15:01:04 -05:00
parent b3b9a4dc96
commit 336364bdfa
3 changed files with 3 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
# flake for blakes nixos config
# define new devices in outputs
# generation: 59 current 2025-10-05 14:51:59 25.05.20251001.5b5be50 6.12.49 *
# generation: 61 current 2025-10-05 15:00:30 25.05.20251001.5b5be50 6.12.49 *
{
description = "blakes nix config";
inputs = {

View File

@@ -15,7 +15,7 @@
sops.enable = true;
docker.enable = true;
syncthing.enable = true;
syncthing.mode = "server";
syncthing.mode = "client";
tailscale.enable = true;
nvidia.enable = false;
};

View File

@@ -25,7 +25,7 @@ in
config = lib.mkIf cfg.enable {
services.syncthing = {
enable = true;
user = "root";
user = "blake";
group = "blake";
dataDir = cfg.data_dir;
guiAddress = "0.0.0.0:2222";