diff options
author | Soispha <soispha@vhack.eu> | 2023-05-17 21:34:49 +0200 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2023-05-17 22:14:36 +0200 |
commit | 562e3c6522fea77c158e3c139709775e1463ea12 (patch) | |
tree | 9b5bd2471ec1d3042bf978268f4397c3f4652237 /system/users/default.nix | |
parent | Fix(system/services/snapper): Use new option layout (diff) | |
download | nixos-config-562e3c6522fea77c158e3c139709775e1463ea12.tar.gz nixos-config-562e3c6522fea77c158e3c139709775e1463ea12.zip |
Fix(sytem/services/printing): Make scanners work
Diffstat (limited to '')
-rw-r--r-- | system/users/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/system/users/default.nix b/system/users/default.nix index 80b3fca7..c5a36498 100644 --- a/system/users/default.nix +++ b/system/users/default.nix @@ -36,6 +36,7 @@ in { "wheel" "networkmanager" # if I activate network-manager, this will help "libvirtd" # needed to run libvirt stuff as this user + "scanner" # needed for permission to access the scanner ]; uid = 1000; openssh.authorizedKeys.keys = [ |