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

@ -32,5 +32,7 @@ in
config = lib.mkIf cfg.enable {
services = managers;
my.services.nginx.virtualHosts = redirections;
# Set-up media group
users.groups.media = { };
};
}