Remove legacy services from srv01-hf
This commit is contained in:
parent
a15134e32b
commit
ed36c6c304
1 changed files with 0 additions and 29 deletions
|
|
@ -16,10 +16,6 @@
|
||||||
../../modules/qemu-guest.nix
|
../../modules/qemu-guest.nix
|
||||||
../../modules/docker.nix
|
../../modules/docker.nix
|
||||||
../../modules/teleport.nix
|
../../modules/teleport.nix
|
||||||
../../modules/portainer_agent.nix
|
|
||||||
../../modules/pangolin.nix
|
|
||||||
../../modules/newt.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.
|
||||||
|
|
@ -35,31 +31,6 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
virtualisation.oci-containers.containers.portainer_agent.environmentFiles = [ config.age.secrets."portainer-join_token".path ];
|
|
||||||
|
|
||||||
services = {
|
|
||||||
pangolin = {
|
|
||||||
dnsProvider = "netcup";
|
|
||||||
baseDomain = "juliusfr.eu";
|
|
||||||
letsEncryptEmail = "contact@jfreudenberger.de";
|
|
||||||
environmentFile = config.age.secrets."pangolin".path;
|
|
||||||
};
|
|
||||||
traefik = {
|
|
||||||
environmentFiles = [ config.age.secrets."netcup-dns".path ];
|
|
||||||
};
|
|
||||||
};
|
|
||||||
|
|
||||||
services.newt-docker = {
|
|
||||||
enable = true;
|
|
||||||
pangolinEndpoint = "https://pangolin.juliusfr.eu";
|
|
||||||
connectionSecret = config.age.secrets."newt";
|
|
||||||
};
|
|
||||||
|
|
||||||
services.dockhand = {
|
|
||||||
enable = true;
|
|
||||||
appUrl = "dockhand.juliusfr.eu";
|
|
||||||
};
|
|
||||||
|
|
||||||
systemd.network = {
|
systemd.network = {
|
||||||
enable = true;
|
enable = true;
|
||||||
networks."10-wan" = {
|
networks."10-wan" = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue