summaryrefslogtreecommitdiff
path: root/hosts/base.nix
diff options
context:
space:
mode:
authorpolwex <polwex@sortug.com>2024-10-06 20:06:35 +0700
committerpolwex <polwex@sortug.com>2024-10-06 20:06:35 +0700
commit3a8f180df3cb9c336ff4304be4b3ca365215ba60 (patch)
tree77bf3f8b5a420a43fadbf97ab18435954a52553f /hosts/base.nix
parent3d933f65cbe50c49d42fe97bd59c5bb15a3d4d09 (diff)
m
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 = {