Desktop Updates Fri May 30 04:15:43 PM CDT 2025

This commit is contained in:
mjallen18
2025-05-30 16:15:43 -05:00
parent 5e400f9667
commit 47cc1f23ab
3 changed files with 37 additions and 19 deletions

View File

@@ -1,4 +1,7 @@
{ config, ... }:
let
upsUser = "nas-admin";
in
{
services = {
prometheus = {
@@ -18,6 +21,21 @@
"--collector.filesystem.mount-points-exclude=^/(dev|proc|sys|run)($|/)"
];
};
libvirt = {
enable = true;
openFirewall = true;
};
nut = {
enable = true;
openFirewall = true;
passwordPath = config.sops.secrets."jallen-nas/ups_password".path;
nutUser = upsUser;
};
# restic = {
# enable = true;
# openFirewall = true;
# resticPort = 8008;
# };
};
scrapeConfigs = [
{