This commit is contained in:
mjallen18
2026-02-02 11:13:19 -06:00
parent 187b478c5d
commit 8fa82bce90
9 changed files with 56 additions and 117 deletions

View File

@@ -70,6 +70,9 @@ rec {
systemd.services.${serviceName} = {
requires = [ "media-nas-main.mount" ];
after = lib.mkForce [
"media-nas-main.mount"
];
};
services = {