Skip to content

Commit b560936

Browse files
committed
add scanning
1 parent 0c3005e commit b560936

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

home/default.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,7 @@
160160
protoc-gen-go
161161
protoc-gen-go-grpc
162162
# hardware (TODO: are those installed system-wide?)
163+
simple-scan
163164
powertop
164165
pulseaudio # TODO: should be installed by services
165166
];

hosts/common/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
mutableUsers = false;
5656
users.danieln = {
5757
isNormalUser = true;
58-
extraGroups = ["wheel" "video" "docker" "libvirtd" "dialout"];
58+
extraGroups = ["wheel" "video" "docker" "libvirtd" "dialout" "scanner" "lp"];
5959
shell = pkgs.fish;
6060
hashedPasswordFile = config.age.secrets.password.path;
6161
openssh.authorizedKeys.keys = [

hosts/common/laptops.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
hardware = {
1010
bluetooth.enable = true;
1111
graphics.enable = true;
12+
sane.enable = true;
1213
};
1314

1415
virtualisation = {

0 commit comments

Comments
 (0)