debugging scanner
This commit is contained in:
parent
808daa626a
commit
506a8bb819
3 changed files with 11 additions and 5 deletions
|
@ -46,11 +46,15 @@
|
|||
|
||||
hardware.sane = {
|
||||
enable = true;
|
||||
netConf = "brix.local";
|
||||
netConf = ''
|
||||
10.0.0.232
|
||||
brix.local
|
||||
brix.vpn
|
||||
'';
|
||||
snapshot = true;
|
||||
extraBackends = with pkgs; [ sane-airscan utsushi ];
|
||||
};
|
||||
|
||||
services.saned.enable = true;
|
||||
|
||||
powerManagement.enable = (lib.mkForce true);
|
||||
powerManagement.cpuFreqGovernor = (lib.mkForce null);
|
||||
powerManagement.powertop.enable = true;
|
||||
|
|
|
@ -34,7 +34,7 @@ in
|
|||
|
||||
users.users.cyryl = {
|
||||
isNormalUser = true;
|
||||
extraGroups = [ "wheel" "networkmanager" "video" "scanner" "lp" "docker" "vboxusers" "adbusers" "libvirtd" "dialout" ];
|
||||
extraGroups = [ "wheel" "networkmanager" "video" "scanner" "lp" "docker" "vboxusers" "adbusers" "libvirtd" "dialout" "wireshark" ];
|
||||
shell = pkgs.zsh;
|
||||
};
|
||||
|
||||
|
@ -44,6 +44,7 @@ in
|
|||
|
||||
programs.light.enable = true;
|
||||
programs.adb.enable = true;
|
||||
programs.wireshark.enable=true;
|
||||
|
||||
virtualisation.docker = {
|
||||
enable = true;
|
||||
|
|
|
@ -33,10 +33,11 @@
|
|||
yubico-piv-tool yubikey-personalization yubikey-personalization-gui yubikey-manager-qt
|
||||
slack unstable.discord gnome3.nautilus gnome3.eog
|
||||
unstable.hopper unstable.ghidra-bin python38Packages.binwalk-full
|
||||
unstable.wireshark
|
||||
qemu aqemu
|
||||
spotify shotwell
|
||||
gnome-builder flatpak-builder flatpak python38Packages.lxml python38Packages.jedi meson
|
||||
libreoffice
|
||||
libreoffice simple-scan
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue