/mnt tmpfiles

This commit is contained in:
caandt 2025-11-20 00:49:48 -06:00
parent d11bc6a722
commit 6f02f543b4

View file

@ -13,6 +13,16 @@ lib.mkIf (config.networking.hostName != "komikan") {
group = "root";
setuid = true;
};
systemd.tmpfiles.settings.mnt = {
"/mnt".d = {
user = "root";
mode = "0755";
};
"/mnt/pool".d = {
user = "1000";
mode = "0755";
};
};
fileSystems."/mnt/pool" = {
device = "//komikan/pool";
fsType = "cifs";