diff --git a/flake.nix b/flake.nix index 34c6534..2beccce 100644 --- a/flake.nix +++ b/flake.nix @@ -1,6 +1,6 @@ # flake for blakes nixos config # define new devices in outputs -# generation: 47 current 2025-10-05 10:51:13 25.05.20251001.5b5be50 6.12.49 * +# generation: 49 current 2025-10-05 11:48:26 25.05.20251001.5b5be50 6.12.49 * { description = "blakes nix config"; inputs = { diff --git a/hosts/snowbelle/configuration.nix b/hosts/snowbelle/configuration.nix index 2e07eb1..a4070a8 100644 --- a/hosts/snowbelle/configuration.nix +++ b/hosts/snowbelle/configuration.nix @@ -15,7 +15,7 @@ sops.enable = true; docker.enable = true; syncthing.enable = true; - tailscale.enable = true; + tailscale.enable = false; nvidia.enable = false; }; homelab = { diff --git a/modules/system/sops.nix b/modules/system/sops.nix index 3115e3f..83b42a6 100644 --- a/modules/system/sops.nix +++ b/modules/system/sops.nix @@ -14,9 +14,7 @@ sops.age.keyFile = "/home/blake/.config/sops/age/keys.txt"; - sops.secrets.example-key = { }; - sops.secrets."tailscale_authkey" = { - owner = "root"; - }; + #sops.secrets.tailscale_authkey = { }; + sops.secrets."tailscale_authkey" = { owner = "root"; }; }; } diff --git a/modules/system/tailscale.nix b/modules/system/tailscale.nix index 43b4350..fd24641 100644 --- a/modules/system/tailscale.nix +++ b/modules/system/tailscale.nix @@ -9,7 +9,7 @@ services.tailscale = { enable = true; useRoutingFeatures = "both"; - authKeyFile = "/home/blake/.nix/.keyring/tailscale/tailscale_authfile"; + authKeyFile = "/run/secrets/tailscale_authfile"; }; }; }