diff options
Diffstat (limited to 'machines')
| -rw-r--r-- | machines/argonath.nix | 1 | ||||
| -rw-r--r-- | machines/bree.nix | 1 | ||||
| -rw-r--r-- | machines/rivendell.nix | 2 |
3 files changed, 4 insertions, 0 deletions
diff --git a/machines/argonath.nix b/machines/argonath.nix index b99e83f..29d78ae 100644 --- a/machines/argonath.nix +++ b/machines/argonath.nix @@ -2,6 +2,7 @@ { imports = [ ../profiles/acme.nix + ../profiles/core-metrics.nix ../profiles/cgroups.nix ../profiles/defaults.nix ../profiles/disk/basic-vm.nix diff --git a/machines/bree.nix b/machines/bree.nix index e4cd443..d779ce3 100644 --- a/machines/bree.nix +++ b/machines/bree.nix @@ -2,6 +2,7 @@ { imports = [ ../profiles/cgroups.nix + ../profiles/core-metrics.nix ../profiles/defaults.nix ../profiles/disk/basic-vm.nix ../profiles/hardware/synology-vm.nix diff --git a/machines/rivendell.nix b/machines/rivendell.nix index 83dcb2e..c48997a 100644 --- a/machines/rivendell.nix +++ b/machines/rivendell.nix @@ -3,6 +3,7 @@ imports = [ ../profiles/authelia.nix ../profiles/cgroups.nix + ../profiles/core-metrics.nix ../profiles/defaults.nix ../profiles/disk/btrfs-on-luks.nix ../profiles/git-server.nix @@ -10,6 +11,7 @@ ../profiles/home-manager.nix ../profiles/makemkv.nix ../profiles/miniflux.nix + ../profiles/monitoring.nix ../profiles/remote-unlock.nix ../profiles/restic-backup.nix ../profiles/server.nix |
