Compare commits
1 commit
72823c5e7d
...
b354be1529
Author | SHA1 | Date | |
---|---|---|---|
b354be1529 |
1 changed files with 12 additions and 7 deletions
|
@ -1,16 +1,21 @@
|
|||
{
|
||||
pkgs,
|
||||
lib,
|
||||
modulesPath,
|
||||
vm ? true,
|
||||
...
|
||||
}: {
|
||||
imports = [
|
||||
./admins.nix
|
||||
./nix_keys.nix
|
||||
./prometheusNodeExporter.nix
|
||||
../modules/impermanence.nix
|
||||
] ++ (if vm then [./vm.nix] else [./hardware.nix]);
|
||||
imports =
|
||||
[
|
||||
./admins.nix
|
||||
./nix_keys.nix
|
||||
./prometheusNodeExporter.nix
|
||||
../modules/impermanence.nix
|
||||
]
|
||||
++ (
|
||||
if vm
|
||||
then [./vm.nix]
|
||||
else [./hardware.nix]
|
||||
);
|
||||
nix = {
|
||||
extraOptions = ''
|
||||
experimental-features = nix-command flakes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue