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-06-29 08:41:20 +0200
commita02ee67ecc3a4970d771b88c03b69394c606aa49 (patch)
treecea6f19d2b36952e2ae7f08f585d8bfcfa27adf0 /nixos/hosts/hamac
parent0958ffd7dd871adad85416a0245180dbf26dec1a (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