change container names
This commit is contained in:
parent
23b62a83c4
commit
bb5294e890
2 changed files with 3 additions and 3 deletions
|
|
@ -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;
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -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" ];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue