diff options
author | Karel Kočí <cynerd@email.cz> | 2023-08-13 11:33:11 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2023-08-13 11:33:11 +0200 |
commit | af7134876e79d5d19962cc064bd1d04b18425d5d (patch) | |
tree | e58371e0f53d24106859ce1e7e7510a10ef972b3 /nixos | |
parent | 4ebb6f233bf8d7b5a5887aa023a909b0c22609bf (diff) | |
download | nixos-personal-af7134876e79d5d19962cc064bd1d04b18425d5d.tar.gz nixos-personal-af7134876e79d5d19962cc064bd1d04b18425d5d.tar.bz2 nixos-personal-af7134876e79d5d19962cc064bd1d04b18425d5d.zip |
nixos: change mpd.adm IP
Diffstat (limited to 'nixos')
-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 809728c..2746f93 100644 --- a/nixos/modules/hosts.nix +++ b/nixos/modules/hosts.nix @@ -59,7 +59,7 @@ in { # Local "ridcully" = "10.8.3.60"; "3dprint" = "10.8.3.80"; - "mpd" = "192.168.0.51"; + "mpd" = "10.8.3.51"; # Portable "albert" = "10.8.3.61"; "susan" = "10.8.3.62"; |