diff --git a/flake.nix b/flake.nix index 2beccce..fa91d81 100644 --- a/flake.nix +++ b/flake.nix @@ -1,6 +1,6 @@ # flake for blakes nixos config # define new devices in outputs -# generation: 49 current 2025-10-05 11:48:26 25.05.20251001.5b5be50 6.12.49 * +# generation: 50 current 2025-10-05 12:15:30 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 a4070a8..2e07eb1 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 = false; + tailscale.enable = true; nvidia.enable = false; }; homelab = { diff --git a/modules/system/tailscale.nix b/modules/system/tailscale.nix index fd24641..8e4dcf0 100644 --- a/modules/system/tailscale.nix +++ b/modules/system/tailscale.nix @@ -9,7 +9,7 @@ services.tailscale = { enable = true; useRoutingFeatures = "both"; - authKeyFile = "/run/secrets/tailscale_authfile"; + authKeyFile = "/run/secrets/tailscale_authkey"; }; }; }