diff --git a/hosts/vaniville/configuration.nix b/hosts/vaniville/configuration.nix index 1b40b53..59d7bd7 100644 --- a/hosts/vaniville/configuration.nix +++ b/hosts/vaniville/configuration.nix @@ -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 diff --git a/modules/homelab/services/default.nix b/modules/homelab/services/default.nix index e8408d6..4407a07 100644 --- a/modules/homelab/services/default.nix +++ b/modules/homelab/services/default.nix @@ -29,7 +29,8 @@ url = "https://bebe.lan"; error-url = "https://10.10.0.1"; check-url = "https://10.10.0.1"; - icon = "di:unifi"; }]; + icon = "di:unifi"; + allow-insecure = true; }];