mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-26 00:18:28 +02:00
set up printers
This commit is contained in:
parent
223b570ba6
commit
06c7893ad7
2 changed files with 113 additions and 11 deletions
|
@ -6,8 +6,7 @@
|
|||
[
|
||||
./hardware-configuration.nix
|
||||
./modules/networks
|
||||
./modules/greetd
|
||||
./modules/snapper
|
||||
./modules/greetd ./modules/snapper
|
||||
../../shared/vim.nix
|
||||
../../shared/sops.nix
|
||||
../../shared/gpg.nix
|
||||
|
@ -84,7 +83,14 @@
|
|||
services = {
|
||||
blueman.enable = true; # bluetooth
|
||||
devmon.enable = true; # automount stuff
|
||||
printing.enable = true;
|
||||
printing = {
|
||||
enable = true;
|
||||
#drivers = with pkgs; [ gutenprint gutenprint-bin ];
|
||||
};
|
||||
avahi = {
|
||||
enable = true;
|
||||
nssmdns = true;
|
||||
};
|
||||
fprintd.enable = true; # log in using fingerprint
|
||||
openssh.enable = true; # enabled ssh to have the host keys
|
||||
btrfs.autoScrub.enable = true; # periodically check filesystem and repair it
|
||||
|
@ -141,6 +147,7 @@
|
|||
python3
|
||||
zip
|
||||
unzip
|
||||
mupdf
|
||||
];
|
||||
|
||||
system.stateVersion = "22.11";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue