lass: move krebs config to base
This commit is contained in:
parent
0be43cc3df
commit
a141fa1e0c
|
@ -22,7 +22,6 @@
|
|||
../../2configs/lass/retiolum.nix
|
||||
];
|
||||
|
||||
krebs.enable = true;
|
||||
krebs.build.host = config.krebs.hosts.mors;
|
||||
|
||||
networking.hostName = "mors";
|
||||
|
|
|
@ -36,6 +36,11 @@ with lib;
|
|||
}
|
||||
];
|
||||
|
||||
krebs = {
|
||||
enable = true;
|
||||
search-domain = "retiolum";
|
||||
};
|
||||
|
||||
nix.useChroot = true;
|
||||
|
||||
users.mutableUsers = false;
|
||||
|
|
Loading…
Reference in a new issue