diff options
author | Karel Kočí <cynerd@email.cz> | 2025-07-21 17:02:17 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2025-07-21 17:02:32 +0200 |
commit | e9788650e4bef53e77794a7bec5e37e5a1946a92 (patch) | |
tree | 234fef73169763b8b26d7957f9b896b89d361d5e /nixos/modules | |
parent | 6c27d0c87739032f85a137c55abec6495bdbaa15 (diff) | |
download | nixos-personal-e9788650e4bef53e77794a7bec5e37e5a1946a92.tar.gz nixos-personal-e9788650e4bef53e77794a7bec5e37e5a1946a92.tar.bz2 nixos-personal-e9788650e4bef53e77794a7bec5e37e5a1946a92.zip |
nixos: move ridcully
Diffstat (limited to 'nixos/modules')
-rw-r--r-- | nixos/modules/hosts.nix | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/nixos/modules/hosts.nix b/nixos/modules/hosts.nix index 5604792..9affe19 100644 --- a/nixos/modules/hosts.nix +++ b/nixos/modules/hosts.nix @@ -53,6 +53,7 @@ in { # Local "mpd" = "10.8.2.51"; "errol" = "10.8.2.60"; + "ridcully" = "10.8.2.59"; "printer" = "10.8.2.90"; # Portable "albert" = "10.8.2.61"; @@ -63,7 +64,6 @@ in { "omnia" = "10.8.3.1"; "omnia2" = "10.8.3.3"; # Local - "ridcully" = "10.8.3.60"; "3dprint" = "10.8.3.80"; "mpd" = "10.8.3.51"; "printer" = "192.168.1.20"; @@ -91,14 +91,14 @@ in { "${cnf.spt.mox2}" = ["mox2.spt"]; "10.8.2.4" = ["mi3g.spt"]; "${cnf.spt.mpd}" = ["mpd.spt"]; - "${cnf.spt.errol}" = ["errol" "desktop.spt"]; + "${cnf.spt.errol}" = ["errol"]; + "${cnf.spt.ridcully}" = ["ridcully"]; "${cnf.spt.albert}" = ["albert.spt"]; "${cnf.spt.binky}" = ["binky.spt"]; # Adm "${cnf.adm.omnia}" = ["omnia.adm"]; "10.8.3.2" = ["redmi.adm"]; "${cnf.adm.omnia2}" = ["omnia2.adm"]; - "${cnf.adm.ridcully}" = ["ridcully" "desktop.adm"]; "${cnf.adm.albert}" = ["albert.adm"]; "${cnf.adm.binky}" = ["binky.adm"]; "${cnf.adm."3dprint"}" = ["3dprint"]; |