Compare commits
No commits in common. "747c01370a5f8ac6fda89393d5dafada7dab3ae7" and "6cf28e30a728afa26642b0faa30b47c83b8d035b" have entirely different histories.
747c01370a
...
6cf28e30a7
4 changed files with 0 additions and 20 deletions
|
|
@ -1,9 +0,0 @@
|
||||||
{ config, pkgs, ... }:
|
|
||||||
|
|
||||||
{
|
|
||||||
hardware.sane = {
|
|
||||||
enable = true;
|
|
||||||
extraBackends = [ pkgs.sane-airscan ];
|
|
||||||
};
|
|
||||||
users.users.toast.extraGroups = [ "scanner" ];
|
|
||||||
}
|
|
||||||
|
|
@ -4,6 +4,5 @@
|
||||||
imports = [
|
imports = [
|
||||||
./services
|
./services
|
||||||
./programs
|
./programs
|
||||||
./configuration.nix
|
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -6,6 +6,5 @@
|
||||||
./flatpak.nix
|
./flatpak.nix
|
||||||
./syncthing.nix
|
./syncthing.nix
|
||||||
./pipewire.nix
|
./pipewire.nix
|
||||||
./printing.nix
|
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -1,9 +0,0 @@
|
||||||
{ config, ... }:
|
|
||||||
|
|
||||||
{
|
|
||||||
services.printing = {
|
|
||||||
enable = true;
|
|
||||||
startWhenNeeded = true;
|
|
||||||
stateless = true;
|
|
||||||
};
|
|
||||||
}
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue