From a02ee67ecc3a4970d771b88c03b69394c606aa49 Mon Sep 17 00:00:00 2001 From: Martin Fischer Date: Sun, 28 Jun 2026 07:40:05 +0200 Subject: feat: set up printer --- nixos/hosts/hamac/default.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'nixos/hosts/hamac') 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 -- cgit v1.3.1