my nix configs for my servers and desktop

oops

Changed files
+5
common
+3
common/services.nix
··· 23 services.tailscale.useRoutingFeatures = "both"; 24 services.tailscale.authKeyFile = lib.mkIf (config ? age && config.age ? secrets) 25 config.age.secrets."headscale-authkey".path; 26 }
··· 23 services.tailscale.useRoutingFeatures = "both"; 24 services.tailscale.authKeyFile = lib.mkIf (config ? age && config.age ? secrets) 25 config.age.secrets."headscale-authkey".path; 26 + services.tailscale.extraUpFlags = [ 27 + "--login-server=https://headscale.nekomimi.pet" 28 + ]; 29 }
+2
flake.nix
··· 95 ./hosts/buer 96 97 agenix.nixosModules.default 98 ]; 99 }; 100 };
··· 95 ./hosts/buer 96 97 agenix.nixosModules.default 98 + 99 + { imports = builtins.attrValues nixosModules; } 100 ]; 101 }; 102 };