diff --git a/hosts/desktop1/configuration.nix b/hosts/desktop1/configuration.nix index 3c54462..517b902 100644 --- a/hosts/desktop1/configuration.nix +++ b/hosts/desktop1/configuration.nix @@ -21,6 +21,8 @@ "192.168.1.137" "192.168.1.49" ]; + networking.useDHCP = false; + networking.enableIPv6 = false; age.identityPaths = [ "/etc/ssh/ssh_host_ed25519_key" ];