cleaned up

This commit is contained in:
KoenDR06 2025-12-15 16:21:46 +01:00
parent 66db295e03
commit 3e5db2510d
6 changed files with 6 additions and 29 deletions

View file

@ -15,7 +15,6 @@ in {
config = mkIf cfg.enable {
services.tailscale = {
enable = true;
authKeyFile = toString config.age.secrets.tailscale.path;
};
};
}