do not run saned on workstations

This commit is contained in:
Cyryl Płotnicki 2021-09-26 07:48:21 +01:00
parent 522163a28d
commit acd940b2a1
2 changed files with 1 additions and 2 deletions

View file

@ -3,9 +3,9 @@
imports = [ imports = [
./brix-boot.nix ./brix-boot.nix
./real-hardware.nix ./real-hardware.nix
./tailscale-brix.nix
../../server-security.nix ../../server-security.nix
../../tailscale.nix ../../tailscale.nix
./tailscale-brix.nix
../cli.nix ../cli.nix
./restic-server.nix ./restic-server.nix
./i2p.nix ./i2p.nix

View file

@ -52,7 +52,6 @@
} }
]; ];
services.saned.enable = true;
hardware.sane = { hardware.sane = {
enable = true; enable = true;
extraBackends = with pkgs; [ samsung-unified-linux-driver ]; extraBackends = with pkgs; [ samsung-unified-linux-driver ];