diff options
| author | Martin Fischer <martin@push-f.com> | 2026-06-28 07:40:05 +0200 |
|---|---|---|
| committer | Martin Fischer <martin@push-f.com> | 2026-06-29 08:41:20 +0200 |
| commit | a02ee67ecc3a4970d771b88c03b69394c606aa49 (patch) | |
| tree | cea6f19d2b36952e2ae7f08f585d8bfcfa27adf0 /nixos/hosts/hamac | |
| parent | 0958ffd7dd871adad85416a0245180dbf26dec1a (diff) | |
feat: set up printer
Diffstat (limited to 'nixos/hosts/hamac')
| -rw-r--r-- | nixos/hosts/hamac/default.nix | 4 |
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 |
