mirror of
https://github.com/RichieCahill/dotfiles.git
synced 2026-04-17 04:58:19 -04:00
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:
2
.vscode/settings.json
vendored
2
.vscode/settings.json
vendored
@@ -82,6 +82,7 @@
|
|||||||
"globalprivacycontrol",
|
"globalprivacycontrol",
|
||||||
"gparted",
|
"gparted",
|
||||||
"gtts",
|
"gtts",
|
||||||
|
"gutenprint",
|
||||||
"hass",
|
"hass",
|
||||||
"healthreport",
|
"healthreport",
|
||||||
"Heatsink",
|
"Heatsink",
|
||||||
@@ -91,6 +92,7 @@
|
|||||||
"hmac",
|
"hmac",
|
||||||
"homeassistant",
|
"homeassistant",
|
||||||
"HPKP",
|
"HPKP",
|
||||||
|
"hplip",
|
||||||
"htmlaboutaddons",
|
"htmlaboutaddons",
|
||||||
"hurlenko",
|
"hurlenko",
|
||||||
"hwloc",
|
"hwloc",
|
||||||
|
|||||||
7
common/optional/printing.nix
Normal file
7
common/optional/printing.nix
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
{ pkgs, ... }:
|
||||||
|
{
|
||||||
|
services.printing = {
|
||||||
|
enable = true;
|
||||||
|
drivers = with pkgs; [ gutenprint hplip ];
|
||||||
|
};
|
||||||
|
}
|
||||||
@@ -36,8 +36,6 @@
|
|||||||
|
|
||||||
openssh.ports = [ 262 ];
|
openssh.ports = [ 262 ];
|
||||||
|
|
||||||
printing.enable = true;
|
|
||||||
|
|
||||||
snapshot_manager.enable = true;
|
snapshot_manager.enable = true;
|
||||||
|
|
||||||
zfs = {
|
zfs = {
|
||||||
|
|||||||
@@ -47,8 +47,6 @@
|
|||||||
|
|
||||||
openssh.ports = [ 295 ];
|
openssh.ports = [ 295 ];
|
||||||
|
|
||||||
printing.enable = true;
|
|
||||||
|
|
||||||
snapshot_manager.enable = true;
|
snapshot_manager.enable = true;
|
||||||
|
|
||||||
zfs = {
|
zfs = {
|
||||||
|
|||||||
@@ -36,8 +36,6 @@
|
|||||||
|
|
||||||
openssh.ports = [ 922 ];
|
openssh.ports = [ 922 ];
|
||||||
|
|
||||||
printing.enable = true;
|
|
||||||
|
|
||||||
snapshot_manager.enable = true;
|
snapshot_manager.enable = true;
|
||||||
|
|
||||||
zfs = {
|
zfs = {
|
||||||
|
|||||||
Reference in New Issue
Block a user