mirror of
https://github.com/traxys/Nixfiles.git
synced 2026-02-14 03:10:19 +01:00
Enable scanners
This commit is contained in:
parent
389d2e03be
commit
908c6adf5a
1 changed files with 13 additions and 1 deletions
|
|
@ -59,7 +59,18 @@
|
|||
uid = 1000;
|
||||
isNormalUser = true;
|
||||
home = "/home/traxys";
|
||||
extraGroups = ["wheel" "networkmanager" "adbusers"];
|
||||
extraGroups = [
|
||||
"wheel"
|
||||
"networkmanager"
|
||||
"adbusers"
|
||||
"libvirtd"
|
||||
"kvm"
|
||||
"qemu-libvirtd"
|
||||
"docker"
|
||||
"http"
|
||||
"scanner"
|
||||
"lp"
|
||||
];
|
||||
shell = pkgs.zsh;
|
||||
};
|
||||
localtimed = {
|
||||
|
|
@ -77,6 +88,7 @@
|
|||
enable = true;
|
||||
drivers = [pkgs.hplip pkgs.gutenprint pkgs.cnijfilter2];
|
||||
};
|
||||
hardware.sane.enable = true;
|
||||
services.avahi = {
|
||||
nssmdns = true;
|
||||
enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue