Gen 443: Organized sys folder

This commit is contained in:
pagedMov
2024-10-13 00:40:42 -04:00
parent 75ded7f870
commit 07cb5136ee
11 changed files with 12 additions and 12 deletions

View File

@@ -0,0 +1,15 @@
{ pkgs, ... }:
{
networking = {
networkmanager.enable = true;
hostName = "glasshaus";
hosts = {
"192.168.1.163" = [ "glasshaus.info" ];
};
firewall = {
enable = true;
allowedTCPPorts = [ 30000 ];
};
};
}