mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 23:11:34 +01:00
Remove nextcloud/home dir
This commit is contained in:
parent
8e155e9cee
commit
cd88ad1ac0
1 changed files with 0 additions and 2 deletions
|
|
@ -36,8 +36,6 @@ in
|
|||
inherit group;
|
||||
};
|
||||
|
||||
systemd.tmpfiles.rules = [ "d ${cfg.dataDir}/home 750 ${user} ${group} -" ];
|
||||
|
||||
services.nextcloud = {
|
||||
enable = true;
|
||||
package = pkgs.nextcloud31;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue