Commit for generation 181

This commit is contained in:
2024-10-04 06:44:35 -04:00
parent 7fdd461862
commit 9c4e52297d

View File

@@ -16,6 +16,10 @@
hosts = { hosts = {
"192.168.1.163" = [ "glasshouse.info" ]; "192.168.1.163" = [ "glasshouse.info" ];
}; };
firewall = {
enable = true;
allowedTCPPorts = [ 30000 ];
};
}; };
programs.nix-ld = { programs.nix-ld = {