Enable dockhand on srv03
This commit is contained in:
parent
cb0104fbad
commit
5cc1be31ad
1 changed files with 6 additions and 0 deletions
|
|
@ -18,6 +18,7 @@
|
||||||
../../modules/pocket-id.nix
|
../../modules/pocket-id.nix
|
||||||
../../modules/netbird-docker.nix
|
../../modules/netbird-docker.nix
|
||||||
../../modules/netbird-client.nix
|
../../modules/netbird-client.nix
|
||||||
|
../../modules/dockhand.nix
|
||||||
../../modules/auto-upgrade.nix
|
../../modules/auto-upgrade.nix
|
||||||
"${inputs.secrets}/modules/opkssh.nix"
|
"${inputs.secrets}/modules/opkssh.nix"
|
||||||
# Include the results of the hardware scan.
|
# Include the results of the hardware scan.
|
||||||
|
|
@ -45,6 +46,11 @@
|
||||||
environmentFile = config.age.secrets.pocket-id.path;
|
environmentFile = config.age.secrets.pocket-id.path;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
dockhand = {
|
||||||
|
enable = true;
|
||||||
|
appUrl = "dockhand.jfreudenberger.de";
|
||||||
|
};
|
||||||
|
|
||||||
netbird-docker = {
|
netbird-docker = {
|
||||||
enable = true;
|
enable = true;
|
||||||
secrets = config.age.secrets.netbird-server;
|
secrets = config.age.secrets.netbird-server;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue