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"; group = "nginx";
}; };
containers.gitea = { containers.git = {
autoStart = true; autoStart = true;
ephemeral = true; ephemeral = true;
macvlans = [ "vserver" ]; macvlans = [ "vserver" ];
@@ -38,7 +38,7 @@ in
}; };
config = { lib, config, pkgs, ... }: { config = { lib, config, pkgs, ... }: {
networking = { networking = {
hostName = "gitea"; hostName = "git";
interfaces.mv-vserver = { interfaces.mv-vserver = {
useDHCP = true; useDHCP = true;
}; };

View File

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