modules: add container host set
This commit is contained in:
parent
f4f360d772
commit
e5091f23fa
1 changed files with 6 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
inputs:
|
||||
inputs:
|
||||
with builtins;
|
||||
let
|
||||
aspects = {
|
||||
|
@ -28,7 +28,7 @@ let
|
|||
in rec {
|
||||
modules = aspects;
|
||||
sets = with modules; rec {
|
||||
base = [
|
||||
base = [
|
||||
autopatch
|
||||
enterprise
|
||||
maintenance
|
||||
|
@ -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