diff --git a/nixos/modules/profiles/server.nix b/nixos/modules/profiles/server.nix index beaa781..fe1bc31 100644 --- a/nixos/modules/profiles/server.nix +++ b/nixos/modules/profiles/server.nix @@ -4,6 +4,7 @@ let keys = [ ../../../keys/dadada.pub ]; in { networking.domain = mkDefault "dadada.li"; + networking.tempAddresses = "disabled"; dadada.admin.users = { "dadada" = keys;