add printer stuff
This commit is contained in:
@@ -191,7 +191,7 @@
|
||||
users.users.lusia = {
|
||||
isNormalUser = true;
|
||||
description = "Lukrecja";
|
||||
extraGroups = [ "wheel" "networkmanager" "docker" "plugdev" ];
|
||||
extraGroups = [ "wheel" "networkmanager" "docker" "plugdev" "scanner" "lp" ];
|
||||
initialPassword = "pass";
|
||||
shell = pkgs.fish;
|
||||
};
|
||||
@@ -279,6 +279,13 @@
|
||||
# Enable Bluetooth (but it will be blocked by default to save power)
|
||||
hardware.bluetooth.enable = true;
|
||||
hardware.bluetooth.powerOnBoot = false; # Don't power on bluetooth at boot
|
||||
|
||||
hardware.sane.enable = true;
|
||||
|
||||
# Configure epsonds for network scanning
|
||||
environment.etc."sane.d/epsonds.conf".text = ''
|
||||
net EPSOND80395.local
|
||||
'';
|
||||
|
||||
# Enable OpenTabletDriver
|
||||
hardware.opentabletdriver.enable = true;
|
||||
|
||||
Reference in New Issue
Block a user