modules: system: remove 'media'
All checks were successful
continuous-integration/drone/push Build is passing

It was not the idiomatic way to do this.
This commit is contained in:
Bruno BELANYI 2021-09-15 15:57:23 +02:00
parent ad848ef89d
commit ed456c999d
8 changed files with 17 additions and 18 deletions

View file

@ -93,6 +93,9 @@ in
];
};
# Set-up media group
users.groups.media = { };
systemd.services.paperless-ng-server = {
# Make sure the DB is available
after = [ "postgresql.service" ];