testing some stuff
This commit is contained in:
parent
ebcdc49ea1
commit
b55175a527
3 changed files with 60 additions and 1 deletions
|
@ -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;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue