Format nix files using 'nixfmt'

This commit is contained in:
2025-10-05 13:07:46 +02:00
parent fc7e346f1e
commit 811388006f
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 ];