moar -> moor
This commit is contained in:
parent
3df730a55a
commit
6002b09ca6
7 changed files with 66 additions and 39 deletions
|
|
@ -121,6 +121,10 @@
|
|||
networking.hostName = x;
|
||||
imports = modules ++ [ (./instances/${x}) ];
|
||||
_module.args.otherNodes = lib.filterAttrs (n: v: n != x) nodes;
|
||||
deployment.privilegeEscalationCommand = [
|
||||
"run0"
|
||||
"--unit=colmena-apply"
|
||||
];
|
||||
};
|
||||
}) n;
|
||||
in
|
||||
|
|
@ -134,10 +138,6 @@
|
|||
specialArgs = { inherit inputs; };
|
||||
nixpkgs = genPkgs "x86_64-linux";
|
||||
};
|
||||
deployment.privilegeEscalationCommand = [
|
||||
"run0"
|
||||
"--unit=colmena-apply"
|
||||
];
|
||||
}
|
||||
(importConfigs [
|
||||
"ds9"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue