1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 18:21:07 +01:00
Files
niveum/configs/printing.nix
Kierán Meinhardt a763c63de4 modularize
2019-04-19 03:11:51 +02:00

10 lines
163 B
Nix

{ pkgs, ... }:
{
services.printing = {
enable = true;
drivers = [ pkgs.hplipWithPlugin ];
};
networking.hosts."192.168.178.27" = [ "officejet" ];
}