Change webproxy subnet for busch-main-docker

This commit is contained in:
JuliusFreudenberger 2026-05-21 00:48:35 +02:00
parent 3a0fe99688
commit 5a167d808e

View file

@ -20,6 +20,7 @@
# Include the results of the hardware scan. # Include the results of the hardware scan.
./hardware-configuration.nix ./hardware-configuration.nix
]; ];
# Use the GRUB 2 boot loader. # Use the GRUB 2 boot loader.
boot = { boot = {
loader.grub = { loader.grub = {
@ -33,7 +34,8 @@
enable = true; enable = true;
managementUrl = "https://netbird.jfreudenberger.de"; managementUrl = "https://netbird.jfreudenberger.de";
host.setupKey = "DB64713B-FB23-49F1-A4A7-9B9E37B585D4"; host.setupKey = "DB64713B-FB23-49F1-A4A7-9B9E37B585D4";
docker.setupKey = "B9ECD884-B445-4156-8643-D0F34D64C200"; docker.setupKey = "0028C8B8-BE57-4045-B16E-507B110AF24D";
dockerSubnet = "30";
}; };
services.hawser = { services.hawser = {