Also enable monitoring in lake2

This commit is contained in:
Rodrigo Arias 2023-08-29 12:29:41 +02:00
parent 70321ce237
commit beb0d5940e
3 changed files with 2 additions and 1 deletions

View File

@ -3,7 +3,7 @@
{ {
imports = [ imports = [
../common/main.nix ../common/main.nix
./monitoring.nix ../common/monitoring.nix
]; ];
# Select the this using the ID to avoid mismatches # Select the this using the ID to avoid mismatches

View File

@ -3,6 +3,7 @@
{ {
imports = [ imports = [
../common/main.nix ../common/main.nix
../common/monitoring.nix
]; ];
boot.loader.grub.device = "/dev/disk/by-id/wwn-0x55cd2e414d53563a"; boot.loader.grub.device = "/dev/disk/by-id/wwn-0x55cd2e414d53563a";