modules: add container host set
This commit is contained in:
parent
f4f360d772
commit
e5091f23fa
1 changed files with 6 additions and 2 deletions
|
@ -50,6 +50,10 @@ in rec {
|
|||
system-recovery
|
||||
] ++ base ++ networking;
|
||||
|
||||
container = [
|
||||
nix-config-server
|
||||
] ++ base ++ networking;
|
||||
|
||||
backbone = server ++ [
|
||||
sss
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue