Nextcloud improvements part 1 #81

Merged
kalipso merged 5 commits from nextcloud-issue-1 into master 2025-02-11 17:47:32 +01:00
Showing only changes of commit 46ed793529 - Show all commits

View File

@@ -102,7 +102,7 @@ in
mountOptions = [ "umask=0077" ];
};
};
encryptedSwap = {
encryptedSwap = lib.mkIf cfg.encryption {
size = cfg.root.swap;
content = {
type = "swap";