diff --git a/hosts/router/202-net-technik.nix b/hosts/router/202-net-technik.nix index 0b9585b..b1a3fb7 100644 --- a/hosts/router/202-net-technik.nix +++ b/hosts/router/202-net-technik.nix @@ -43,6 +43,12 @@ data = "10.42.202.1"; } ]; + reservations = [ + { # drucker container + hw-address = "20:cd:a7:f2:1b:ad"; + ip-address = "10.32.202.11"; + } + ]; } ]; }; diff --git a/users/default.nix b/users/default.nix index c7a347a..252265b 100644 --- a/users/default.nix +++ b/users/default.nix @@ -6,5 +6,6 @@ ./garionion ./jannik ./n0emis + ./fw ]; }