summaryrefslogtreecommitdiff
path: root/hosts/base.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/base.nix')
-rw-r--r--hosts/base.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/hosts/base.nix b/hosts/base.nix
index 2ba2c05..8d79398 100644
--- a/hosts/base.nix
+++ b/hosts/base.nix
@@ -1,4 +1,6 @@
{pkgs, ...}: {
+ # fucking linux vulnerability
+ services.printing.enable = false;
# enable flakes
nix = {
gc = {