From bb5294e890bb07228ac61d9e6d39863fcb3378cf Mon Sep 17 00:00:00 2001 From: Dominik Polakovics Date: Tue, 5 Dec 2023 13:21:06 +0100 Subject: [PATCH] change container names --- hosts/fw.cloonar.com/modules/gitea.nix | 4 ++-- hosts/fw.cloonar.com/modules/unbound.nix | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/hosts/fw.cloonar.com/modules/gitea.nix b/hosts/fw.cloonar.com/modules/gitea.nix index a487c9b..3d865ca 100644 --- a/hosts/fw.cloonar.com/modules/gitea.nix +++ b/hosts/fw.cloonar.com/modules/gitea.nix @@ -20,7 +20,7 @@ in group = "nginx"; }; - containers.gitea = { + containers.git = { autoStart = true; ephemeral = true; macvlans = [ "vserver" ]; @@ -38,7 +38,7 @@ in }; config = { lib, config, pkgs, ... }: { networking = { - hostName = "gitea"; + hostName = "git"; interfaces.mv-vserver = { useDHCP = true; }; diff --git a/hosts/fw.cloonar.com/modules/unbound.nix b/hosts/fw.cloonar.com/modules/unbound.nix index 03a1d4d..a0fc2e6 100644 --- a/hosts/fw.cloonar.com/modules/unbound.nix +++ b/hosts/fw.cloonar.com/modules/unbound.nix @@ -144,7 +144,7 @@ in { group = "unbound"; }; - containers.unbound = { + containers.ns = { autoStart = true; ephemeral = true; macvlans = [ "vserver" ];