diff options
| author | Karel Kočí <cynerd@email.cz> | 2026-01-30 13:56:08 +0100 |
|---|---|---|
| committer | Karel Kočí <cynerd@email.cz> | 2026-01-30 13:56:08 +0100 |
| commit | 04d5460a42e3cad43ccc7756494486f0da560374 (patch) | |
| tree | 6c3d4c35894eb4e6bae7d1a201c9718cda3d054e /nixos/modules | |
| parent | 790ac2db3c172152e652211785e49af7ecc76d44 (diff) | |
| download | nixos-personal-04d5460a42e3cad43ccc7756494486f0da560374.tar.gz nixos-personal-04d5460a42e3cad43ccc7756494486f0da560374.tar.bz2 nixos-personal-04d5460a42e3cad43ccc7756494486f0da560374.zip | |
nixos/configurations: move printer from zpt to zd
Diffstat (limited to 'nixos/modules')
| -rw-r--r-- | nixos/modules/hosts.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/hosts.nix b/nixos/modules/hosts.nix index 81bd844..b14ac62 100644 --- a/nixos/modules/hosts.nix +++ b/nixos/modules/hosts.nix @@ -37,6 +37,7 @@ in { # Local "ridcully" = "10.8.0.59"; "tc" = "10.8.0.99"; + "printer" = "10.8.0.90"; # Portable "binky" = "10.8.0.63"; }; @@ -60,7 +61,6 @@ in { # Local "mpd" = "10.8.2.51"; "errol" = "10.8.2.60"; - "printer" = "10.8.2.90"; # Portable "albert" = "10.8.2.61"; "binky" = "10.8.2.63"; |
