Format nix files using 'nixfmt'
This commit is contained in:
@@ -2,7 +2,11 @@
|
||||
|
||||
{
|
||||
networking.hostName = "nixos";
|
||||
networking.wireless = { iwd = { enable = true; }; };
|
||||
networking.wireless = {
|
||||
iwd = {
|
||||
enable = true;
|
||||
};
|
||||
};
|
||||
networking.firewall = {
|
||||
enable = true;
|
||||
allowedTCPPorts = [ 22 ];
|
||||
|
||||
Reference in New Issue
Block a user