/mnt tmpfiles
This commit is contained in:
parent
d11bc6a722
commit
6f02f543b4
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Reference in a new issue