diff options
author | Karel Kočí <cynerd@email.cz> | 2024-12-27 17:47:20 +0100 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2024-12-27 17:47:20 +0100 |
commit | 3fa889d41893ae35abb9801ccc1b60701459cc15 (patch) | |
tree | db85398ed60e472a8fb2d503ccd6f107246ea1ef /nixos/modules/hosts.nix | |
parent | c87480d287c68bb953aba6d603efad58ffea5e02 (diff) | |
download | nixos-personal-3fa889d41893ae35abb9801ccc1b60701459cc15.tar.gz nixos-personal-3fa889d41893ae35abb9801ccc1b60701459cc15.tar.bz2 nixos-personal-3fa889d41893ae35abb9801ccc1b60701459cc15.zip |
nixos: deploy to adm-omnia
Diffstat (limited to 'nixos/modules/hosts.nix')
-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 f53fd8c..4b358b8 100644 --- a/nixos/modules/hosts.nix +++ b/nixos/modules/hosts.nix @@ -64,7 +64,7 @@ in { "ridcully" = "10.8.3.60"; "3dprint" = "10.8.3.80"; "mpd" = "10.8.3.51"; - "printer" = "192.168.0.20"; + "printer" = "192.168.1.20"; # Portable "albert" = "10.8.3.61"; "binky" = "10.8.3.63"; |