From ed1a23839c4922ed1690f0f7b446be11c115dc7c Mon Sep 17 00:00:00 2001 From: jopejoe1 Date: Sun, 1 Sep 2024 15:43:33 +0200 Subject: [PATCH] update ip zap --- nixos-modules/nix/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos-modules/nix/default.nix b/nixos-modules/nix/default.nix index c69452c..abc7fd7 100644 --- a/nixos-modules/nix/default.nix +++ b/nixos-modules/nix/default.nix @@ -133,7 +133,7 @@ in systemd.services.nix-daemon.serviceConfig.LimitNOFILE = lib.mkForce 1048576000; networking.hosts = { - "192.168.191.46" = [ "zap" ]; + "192.168.194.46" = [ "zap" ]; "192.168.191.142" = [ "kuraokami" ]; "192.168.194.208" = [ "hetzner" ]; "192.168.194.232" = [ "omoikane" ];