Change webproxy subnet for busch-main-docker
This commit is contained in:
parent
3a0fe99688
commit
5a167d808e
1 changed files with 3 additions and 1 deletions
|
|
@ -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 = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue