61 current 2025-10-05 15:00:30 25.05.20251001.5b5be50 6.12.49 *
This commit is contained in:
@@ -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 = {
|
||||
|
||||
@@ -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;
|
||||
};
|
||||
|
||||
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user