do not run saned on workstations
This commit is contained in:
parent
522163a28d
commit
acd940b2a1
2 changed files with 1 additions and 2 deletions
|
@ -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
|
||||||
|
|
|
@ -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 ];
|
||||||
|
|
Loading…
Reference in a new issue