296 current 1970-01-01 01:00:00 23.11.20240428.12430e4 6.1.87 *
This commit is contained in:
parent
9fa74a54ff
commit
6655676928
@ -74,7 +74,10 @@
|
||||
console.keyMap = "de";
|
||||
|
||||
# Enable CUPS to print documents.
|
||||
services.printing.enable = true;
|
||||
services.printing = {
|
||||
enable = true;
|
||||
drivers = [pkgs.samsung-unified-linux-driver];
|
||||
};
|
||||
services.avahi = {
|
||||
enable = true;
|
||||
nssmdns = true;
|
||||
@ -88,7 +91,7 @@
|
||||
users.users.max = {
|
||||
isNormalUser = true;
|
||||
description = "Max Känner";
|
||||
extraGroups = ["networkmanager" "wheel" "libvirtd"];
|
||||
extraGroups = ["networkmanager" "wheel" "libvirtd" "lpadmin"];
|
||||
shell = pkgs.zsh;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user