mirror of
https://github.com/kmein/niveum
synced 2026-03-16 10:11:08 +01:00
modularize
This commit is contained in:
9
configs/printing.nix
Normal file
9
configs/printing.nix
Normal file
@@ -0,0 +1,9 @@
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
services.printing = {
|
||||
enable = true;
|
||||
drivers = [ pkgs.hplipWithPlugin ];
|
||||
};
|
||||
|
||||
networking.hosts."192.168.178.27" = [ "officejet" ];
|
||||
}
|
||||
Reference in New Issue
Block a user