1
0
mirror of https://github.com/kmein/niveum synced 2026-03-17 18:41:09 +01:00
Files
niveum/configs/printing.nix

10 lines
163 B
Nix
Raw Normal View History

2019-04-19 03:11:51 +02:00
{ pkgs, ... }:
{
services.printing = {
enable = true;
drivers = [ pkgs.hplipWithPlugin ];
};
networking.hosts."192.168.178.27" = [ "officejet" ];
}