add home for titan

This commit is contained in:
cy 2024-12-28 22:27:48 -05:00
parent c24f8a0539
commit 2dafd991c0
3 changed files with 55 additions and 0 deletions

View file

@ -47,4 +47,19 @@
};
security.sudo.enable = true;
security.sudo.wheelNeedsPassword = false;
# network stuff
networking.hostName = "titan";
networking.networkmanager.enable = true;
networking.firewall = {
enable = true;
allowedTCPPorts = [
22
80
443
];
allowedUDPPorts = [
443
];
};
}