[louise] add scanner support

This commit is contained in:
2024-03-19 17:03:39 +01:00
parent 806cbeb11d
commit 9b31496b1c
2 changed files with 3 additions and 1 deletions

View File

@@ -12,6 +12,8 @@
boot.loader.systemd-boot.enable = true;
hardware.sane.enable = true; #scanner support
nix.settings.experimental-features = [ "nix-command" "flakes" ];
users.users.malobeo = {

View File

@@ -6,7 +6,7 @@ in
{
users.users.malobeo = {
isNormalUser = true;
extraGroups = [ "wheel" "pulse-access" ];
extraGroups = [ "wheel" "pulse-access" "scanner" "lp" ];
openssh.authorizedKeys.keys = sshKeys.admins;
initialPassword = "test";
};