Format nix files using 'nixfmt'

This commit is contained in:
2025-10-05 13:07:46 +02:00
parent 46b077f2db
commit 4c40b725ab
6 changed files with 70 additions and 42 deletions

View File

@@ -2,7 +2,11 @@
{
networking.hostName = "nixos";
networking.wireless = { iwd = { enable = true; }; };
networking.wireless = {
iwd = {
enable = true;
};
};
networking.firewall = {
enable = true;
allowedTCPPorts = [ 22 ];