From 9492adaded6cb8b246db5a348fb2720dbc184214 Mon Sep 17 00:00:00 2001 From: Karel Kočí Date: Sat, 16 May 2026 13:12:33 +0200 Subject: treewide: systems modifications --- nixos/modules/hosts.nix | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'nixos/modules/hosts.nix') 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"]; }; }; } -- cgit v1.3