summary refs log tree commit diff stats
path: root/sys
diff options
context:
space:
mode:
Diffstat (limited to 'sys')
-rw-r--r--sys/services/default.nix1
-rw-r--r--sys/services/printing/default.nix12
2 files changed, 0 insertions, 13 deletions
diff --git a/sys/services/default.nix b/sys/services/default.nix
index 0b0ba3b..7546fcc 100644
--- a/sys/services/default.nix
+++ b/sys/services/default.nix
@@ -4,7 +4,6 @@
     ./greetd
     ./logind
     ./openssh
-    ./printing
     ./restic
     ./tlp
     ./udev
diff --git a/sys/services/printing/default.nix b/sys/services/printing/default.nix
deleted file mode 100644
index c2a391d..0000000
--- a/sys/services/printing/default.nix
+++ /dev/null
@@ -1,12 +0,0 @@
-{pkgs, ...}: {
-  services = {
-    printing = {
-      enable = true;
-      drivers = with pkgs; [epson-escpr hplip];
-    };
-    avahi = {
-      enable = true;
-      openFirewall = true;
-    };
-  };
-}