diff --git a/modules/hosts/t2mbp/configuration.nix b/modules/hosts/t2mbp/configuration.nix index 20b7bc6..e18567a 100644 --- a/modules/hosts/t2mbp/configuration.nix +++ b/modules/hosts/t2mbp/configuration.nix @@ -19,10 +19,6 @@ ./_private/firmware.nix ]; - sops.secrets."tailscale/auth-key" = { - mode = "0400"; - }; - chiasson.system.librepods.enable = true; chiasson.system.palera1n.enable = true; @@ -76,11 +72,6 @@ networking = { hostName = "t2mbp"; networkManager.enable = true; - tailscale = { - enable = true; - authKeyFile = config.sops.secrets."tailscale/auth-key".path; - acceptRoutes = true; - }; }; };