Mealie instance setup

This commit is contained in:
2023-09-09 07:17:48 -05:00
parent 2405b72d1b
commit 254cf0221b
4 changed files with 87 additions and 46 deletions

View File

@ -17,6 +17,9 @@
packages = with pkgs; [ ];
};
torrent.isNormalUser = true;
torrent = {
isNormalUser = true;
homeMode = "770";
};
};
}