This commit is contained in:
2025-10-26 19:24:22 +03:00
parent 1d799400ae
commit 1fb701aefa
3 changed files with 28 additions and 16 deletions
+7 -7
View File
@@ -163,13 +163,13 @@ in
};
};
fileSystems."${config.services.nextcloud.home}" = {
device = "${xlib.dirs.services-folder}/nextcloud";
options = [
"bind"
"nofail"
];
};
# fileSystems."${config.services.nextcloud.home}" = {
# device = "${xlib.dirs.services-folder}/nextcloud";
# options = [
# "bind"
# "nofail"
# ];
# };
systemd.tmpfiles.rules = [
"z ${config.services.nextcloud.home} 0750 nextcloud nextcloud -"