fix(sunsetr): systemd stop

This commit is contained in:
js0ny 2026-03-09 19:13:46 +00:00
parent 5548400ff8
commit 8e81a4a3da
5 changed files with 11 additions and 1 deletions

View file

@ -6,4 +6,5 @@
environment.systemPackages = [
pkgs.smartmontools
];
services.davfs2.enable = true;
}