This commit is contained in:
2024-11-20 21:19:04 -06:00
parent e705a206c0
commit 32c45a6cb7
9 changed files with 39 additions and 227 deletions

View File

@@ -90,7 +90,7 @@
hostName = "homebox";
nameservers = [ "1.1.1.1" "1.0.0.1" ];
networkmanager.enable = true;
firewall.allowedTCPPorts = [ 22 80 443 9000 8080 8081 ];
firewall.allowedTCPPorts = [ 22 80 443 9000 8080 6080 ];
hosts = {
"192.168.100.11" = [ "blunkall.us" "*.blunkall.us" "*.local.blunkall.us" ];
};
@@ -209,6 +209,7 @@
inputs.nathan.homeManagerModule
{
config.homeconfig = {
impermanence.enable = true;
hyprland.enable = true;
swaylock.enable = true;
wal.enable = true;
@@ -259,6 +260,7 @@
gitlab.enable = true;
nixos-remote.enable = true;
};
};
};