Compare commits
1 commit
511243fcbf
...
45d0ef262f
Author | SHA1 | Date | |
---|---|---|---|
45d0ef262f |
2 changed files with 8 additions and 13 deletions
|
@ -3,6 +3,7 @@
|
||||||
./hardware-configuration.nix
|
./hardware-configuration.nix
|
||||||
../../modules/jitsi.nix
|
../../modules/jitsi.nix
|
||||||
../../roles
|
../../roles
|
||||||
|
../../roles/vm.nix
|
||||||
./network.nix
|
./network.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
|
@ -1,21 +1,15 @@
|
||||||
{
|
{
|
||||||
pkgs,
|
pkgs,
|
||||||
lib,
|
lib,
|
||||||
vm ? true,
|
|
||||||
...
|
...
|
||||||
}: {
|
}: {
|
||||||
imports =
|
imports = [
|
||||||
[
|
./admins.nix
|
||||||
./admins.nix
|
./nix_keys.nix
|
||||||
./nix_keys.nix
|
./prometheusNodeExporter.nix
|
||||||
./prometheusNodeExporter.nix
|
../modules/impermanence.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