add printer stuff

This commit is contained in:
2025-12-28 10:41:26 +01:00
parent d3bf890015
commit ca815ace16
4 changed files with 48 additions and 1 deletions

View File

@@ -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;