change container names

This commit is contained in:
2023-12-05 13:21:06 +01:00
parent 23b62a83c4
commit bb5294e890
2 changed files with 3 additions and 3 deletions

View File

@@ -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;
};

View File

@@ -144,7 +144,7 @@ in {
group = "unbound";
};
containers.unbound = {
containers.ns = {
autoStart = true;
ephemeral = true;
macvlans = [ "vserver" ];