This commit is contained in:
mjallen18
2025-01-30 20:39:49 -06:00
parent 3ec513162f
commit 19605b7e63
2 changed files with 315 additions and 0 deletions

View File

@@ -19,6 +19,7 @@ in
./hardware-configuration.nix
./impermanence.nix
./sops.nix
./ups-monitor.nix
../default.nix
];
@@ -56,6 +57,10 @@ in
};
};
services.ups-monitor = {
enable = true;
};
# hardware = {
# raspberry-pi."4".fkms-3d.enable = true;
# raspberry-pi."4".apply-overlays-dtmerge.enable = true;