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