apply format

This commit is contained in:
Fabian Montero 2024-12-02 21:07:06 -06:00
parent 360138e76f
commit 8fed4a320d
Signed by: fabian
GPG key ID: 1FFAC35E1798174F
2 changed files with 4 additions and 4 deletions

View file

@ -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 = {

View file

@ -20,7 +20,7 @@ with lib; {
users.fabian = {
enable = true;
sshKeyPublicFile = [ public_files/pki/fabian.ssh ];
sshKeyPublicFile = [public_files/pki/fabian.ssh];
};
};