mirror of
https://git.pvv.ntnu.no/Drift/pvv-nixos-config.git
synced 2026-07-21 20:41:25 +02:00
modules/drumknotty: provide state directories for all services
This commit is contained in:
@@ -109,5 +109,10 @@ in
|
|||||||
Group = "drumknotty";
|
Group = "drumknotty";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
systemd.services."drumknotty-screen-session".serviceConfig.StateDirectory = [
|
||||||
|
"dibbler"
|
||||||
|
"dibbler/crashdumps"
|
||||||
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -117,6 +117,10 @@ in
|
|||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
systemd.services."drumknotty-screen-session".serviceConfig.StateDirectory = [
|
||||||
|
"worblehat"
|
||||||
|
];
|
||||||
}
|
}
|
||||||
|
|
||||||
(lib.mkIf ((mainCfg.enable && cfg.enable) || cfg.deadline-daemon.enable) {
|
(lib.mkIf ((mainCfg.enable && cfg.enable) || cfg.deadline-daemon.enable) {
|
||||||
|
|||||||
Reference in New Issue
Block a user