diff --git a/sys/platforms/posixlycorrect/default.nix b/sys/platforms/posixlycorrect/default.nix index 8abceaf..af7015a 100644 --- a/sys/platforms/posixlycorrect/default.nix +++ b/sys/platforms/posixlycorrect/default.nix @@ -32,9 +32,9 @@ hostName = "posixlycorrect"; networkmanager.enable = true; - useDHCP = false; # The global useDHCP flag is deprecated, therefore explicitly set to false here. - interfaces.enp7s0.useDHCP = true; # Per-interface useDHCP will be mandatory in the future, so this generated config - interfaces.wlp6s0.useDHCP = true; # replicates the default behaviour. + useDHCP = false; # The global useDHCP flag is deprecated, therefore explicitly set to false here. + interfaces.enp7s0.useDHCP = true; # Per-interface useDHCP will be mandatory in the future, so this generated config + interfaces.wlp6s0.useDHCP = true; # replicates the default behaviour. }; boot = { diff --git a/sys/platforms/vps/default.nix b/sys/platforms/vps/default.nix index 2882423..697721e 100644 --- a/sys/platforms/vps/default.nix +++ b/sys/platforms/vps/default.nix @@ -20,7 +20,7 @@ with lib; { users.fabian = { enable = true; - sshKeyPublicFile = [ public_files/pki/fabian.ssh ]; + sshKeyPublicFile = [public_files/pki/fabian.ssh]; }; };