testing some stuff

This commit is contained in:
fwastring 2025-09-23 22:53:12 +02:00
parent ebcdc49ea1
commit b55175a527
3 changed files with 60 additions and 1 deletions

View file

@ -21,6 +21,7 @@
../../moduler/uptime-kuma.nix
../../moduler/services/monitoring
../../moduler/services/headscale
../../moduler/services/mpd
../../moduler/services/actual
../../moduler/services/forgejo
# ../../moduler/wastring.nix
@ -35,6 +36,10 @@
mode = "0440";
};
mpd = {
enable = true;
};
forgejo = {
enable = true;
};