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";
|
||||
};
|
||||
|
||||
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;
|
||||
};
|
||||
|
|
|
|||
|
|
@ -144,7 +144,7 @@ in {
|
|||
group = "unbound";
|
||||
};
|
||||
|
||||
containers.unbound = {
|
||||
containers.ns = {
|
||||
autoStart = true;
|
||||
ephemeral = true;
|
||||
macvlans = [ "vserver" ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue