diff --git a/modules/default.nix b/modules/default.nix index 64f0dd8..06f8950 100644 --- a/modules/default.nix +++ b/modules/default.nix @@ -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 ];