nixos/sane: added lp and avahi group (#117952)

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
This commit is contained in:
Vladimir Serov 2021-04-12 22:29:49 +03:00 committed by GitHub
parent f985147a5f
commit 7d396a4219
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -163,6 +163,7 @@ in
users.users.scanner = {
uid = config.ids.uids.scanner;
group = "scanner";
extraGroups = [ "lp" ] ++ optionals config.services.avahi.enable [ "avahi" ];
};
})
];