pruflas: disable printing
This commit is contained in:
parent
80472613d3
commit
b4faf281dc
1 changed files with 3 additions and 1 deletions
|
@ -127,8 +127,10 @@ in
|
|||
users.users."media" = {
|
||||
isNormalUser = true;
|
||||
description = "Media playback user";
|
||||
extraGroups = [ "users" "lp" "video" ];
|
||||
extraGroups = [ "users" "video" ];
|
||||
};
|
||||
|
||||
services.printing.enable = false;
|
||||
|
||||
system.stateVersion = "20.09";
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue