337 current 2025-10-11 20:25:59 25.05.20251006.20c4598 6.12.50 *

This commit is contained in:
2025-10-11 21:54:52 -05:00
parent 2f8046a022
commit 135cf3101f
2 changed files with 5 additions and 13 deletions

View File

@@ -8,25 +8,16 @@ in
imports =
[ # Include the results of the hardware scan.
./hardware-configuration.nix
../../users/blake/blake.nix
../../modules/system/system.nix
../../users/users.nix
../../modules/system
];
modules = {
system = {
ssh.enable = true;
docker.enable = true;
syncthing.enable = false;
tailscale.enable = true;
nvidia.enable = false;
};
homelab = {
docker.ddns.enable = true;
};
};
# enable user
users.blake.enable = true;
# use the systemd-boot EFI boot loader.
boot.loader.systemd-boot.enable = true;
@@ -64,7 +55,7 @@ in
# Open ports in the firewall.
networking.firewall.enable = true;
networking.firewall.extraCommands = ''
HOMELAB_IP="10.10.0.30" # destination address
HOMELAB_IP="10.10.0.10" # destination address
PUBLIC_IF="eth0" # vps public interface
TAILSCALE_IF="tailscale0" # tailscale interface