Enable priting module on picard
This commit is contained in:
parent
d896e82ad5
commit
2cfbc6d28b
2 changed files with 3 additions and 6 deletions
|
@ -25,6 +25,7 @@
|
|||
"virt-manager"
|
||||
"ssh-initrd"
|
||||
"hercules-ci"
|
||||
"printing"
|
||||
]
|
||||
++ [
|
||||
./disko.nix
|
||||
|
|
|
@ -1,9 +1,4 @@
|
|||
{
|
||||
config,
|
||||
lib,
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
{pkgs, ...}: {
|
||||
services.avahi.enable = true;
|
||||
# Important to resolve .local domains of printers, otherwise you get an error
|
||||
# like "Impossible to connect to XXX.local: Name or service not known"
|
||||
|
@ -11,6 +6,7 @@
|
|||
hardware.sane.enable = true;
|
||||
|
||||
services.paperless = {
|
||||
# work in progress
|
||||
enable = false;
|
||||
passwordFile = builtins.toFile "password" "admin";
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue