Merge branch 'overhaul' of https://github.com/KoenDR06/nix-config into overhaul

This commit is contained in:
KoenDR06 2025-04-16 11:27:13 +02:00
commit 82986eae33

View file

@ -14,10 +14,9 @@
horseman.username = "horseman"; horseman.username = "horseman";
networking = { networking.hostName = "solis";
hostName = "solis";
firewall.allowedTCPPorts = [80 443]; networking.firewall.allowedTCPPorts = [3000 3001];
};
system.stateVersion = "24.11"; system.stateVersion = "24.11";
} }