mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-09 23:22:57 +00:00
update paperless group permissions
This commit is contained in:
parent
fc2484227a
commit
161c1f46b0
@ -17,7 +17,9 @@
|
||||
};
|
||||
};
|
||||
|
||||
users.users.paperless.extraGroups = [ "generic" ];
|
||||
# Allow Nextcloud and user to see files
|
||||
users.users.nextcloud.extraGroups = [ "paperless" ];
|
||||
users.users.${config.user}.extraGroups = [ "paperless" ];
|
||||
|
||||
caddy.routes = [{
|
||||
match = [{
|
||||
@ -45,6 +47,8 @@
|
||||
before = [ "paperless.service" ];
|
||||
};
|
||||
|
||||
# TODO: Scheduled permissions fix with systemd timer
|
||||
|
||||
};
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user