aboutsummaryrefslogtreecommitdiff
path: root/nixos/modules/hosts.nix
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2026-05-16 13:12:33 +0200
committerKarel Kočí <cynerd@email.cz>2026-05-16 13:12:33 +0200
commit9492adaded6cb8b246db5a348fb2720dbc184214 (patch)
tree1fcef1bf43dcc3b99519928dbd8ca69260cc0c9b /nixos/modules/hosts.nix
parentd5ec7b775888827089a668aea58244b2ad4a1e70 (diff)
downloadnixos-personal-9492adaded6cb8b246db5a348fb2720dbc184214.tar.gz
nixos-personal-9492adaded6cb8b246db5a348fb2720dbc184214.tar.bz2
nixos-personal-9492adaded6cb8b246db5a348fb2720dbc184214.zip
treewide: systems modificationsHEADmaster
Diffstat (limited to 'nixos/modules/hosts.nix')
-rw-r--r--nixos/modules/hosts.nix8
1 files changed, 2 insertions, 6 deletions
diff --git a/nixos/modules/hosts.nix b/nixos/modules/hosts.nix
index 6d901e0..0263d1c 100644
--- a/nixos/modules/hosts.nix
+++ b/nixos/modules/hosts.nix
@@ -73,10 +73,8 @@ in {
"omnia2" = "10.8.3.3";
# Local
"3dprint" = "10.8.3.80";
- "mpd" = "10.8.3.51";
- "printer" = "192.168.1.20";
+ "printer" = "10.8.3.20";
# Portable
- "albert" = "10.8.3.61";
"binky" = "10.8.3.63";
};
};
@@ -109,10 +107,8 @@ in {
"${cnf.adm.omnia}" = ["omnia.adm"];
"10.8.3.2" = ["redmi.adm"];
"${cnf.adm.omnia2}" = ["omnia2.adm"];
- "${cnf.adm.albert}" = ["albert.adm"];
"${cnf.adm.binky}" = ["binky.adm"];
- "${cnf.adm."3dprint"}" = ["3dprint"];
- "${cnf.adm.mpd}" = ["mpd.adm"];
+ "${cnf.adm.printer}" = ["printer.adm"];
};
};
}