apply format
This commit is contained in:
parent
360138e76f
commit
8fed4a320d
|
@ -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 = {
|
||||
|
|
|
@ -20,7 +20,7 @@ with lib; {
|
|||
|
||||
users.fabian = {
|
||||
enable = true;
|
||||
sshKeyPublicFile = [ public_files/pki/fabian.ssh ];
|
||||
sshKeyPublicFile = [public_files/pki/fabian.ssh];
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue