aboutsummaryrefslogtreecommitdiff
path: root/nixos/hosts/hamac
diff options
context:
space:
mode:
authorMartin Fischer <martin@push-f.com>2026-06-28 07:40:05 +0200
committerMartin Fischer <martin@push-f.com>2026-07-05 09:12:02 +0200
commit2bc9fb6a0b90d04edc3e58940a78f3c04371a476 (patch)
treedc66e3528e4be8ed205391c089d4a429f0b49b70 /nixos/hosts/hamac
parent8da22e8d4123b77bc9f1f5ee8756ec36d3055bf9 (diff)
feat: set up printer
Diffstat (limited to 'nixos/hosts/hamac')
-rw-r--r--nixos/hosts/hamac/default.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/nixos/hosts/hamac/default.nix b/nixos/hosts/hamac/default.nix
index 0815373..f258606 100644
--- a/nixos/hosts/hamac/default.nix
+++ b/nixos/hosts/hamac/default.nix
@@ -27,6 +27,10 @@ in
time.timeZone = "Europe/Vienna";
+ environment.etc."cups/client.conf".text = ''
+ ServerName ev
+ '';
+
# This value determines the NixOS release from which the default
# settings for stateful data, like file locations and database versions
# on your system were taken. It‘s perfectly fine and recommended to leave