Merge branch 'overhaul' of https://github.com/KoenDR06/nix-config into overhaul
This commit is contained in:
commit
82986eae33
1 changed files with 3 additions and 4 deletions
|
|
@ -14,10 +14,9 @@
|
|||
|
||||
horseman.username = "horseman";
|
||||
|
||||
networking = {
|
||||
hostName = "solis";
|
||||
firewall.allowedTCPPorts = [80 443];
|
||||
};
|
||||
networking.hostName = "solis";
|
||||
|
||||
networking.firewall.allowedTCPPorts = [3000 3001];
|
||||
|
||||
system.stateVersion = "24.11";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue