creating printing.nix

I dont always need printing enable. this will allows me to quickly add the printing setting when i do
This commit is contained in:
2025-01-01 08:13:08 -05:00
parent abd7101062
commit cdf26994a3
5 changed files with 9 additions and 6 deletions

View File

@@ -82,6 +82,7 @@
"globalprivacycontrol",
"gparted",
"gtts",
"gutenprint",
"hass",
"healthreport",
"Heatsink",
@@ -91,6 +92,7 @@
"hmac",
"homeassistant",
"HPKP",
"hplip",
"htmlaboutaddons",
"hurlenko",
"hwloc",

View File

@@ -0,0 +1,7 @@
{ pkgs, ... }:
{
services.printing = {
enable = true;
drivers = with pkgs; [ gutenprint hplip ];
};
}

View File

@@ -36,8 +36,6 @@
openssh.ports = [ 262 ];
printing.enable = true;
snapshot_manager.enable = true;
zfs = {

View File

@@ -47,8 +47,6 @@
openssh.ports = [ 295 ];
printing.enable = true;
snapshot_manager.enable = true;
zfs = {

View File

@@ -36,8 +36,6 @@
openssh.ports = [ 922 ];
printing.enable = true;
snapshot_manager.enable = true;
zfs = {