From 91eea5d17195656fdfcf102b2e48487e9dbae45e Mon Sep 17 00:00:00 2001 From: Constantin Gierczak--Galle Date: Thu, 21 Nov 2024 18:52:45 +0100 Subject: [PATCH] feat(photo01): add to meta --- meta/network.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/meta/network.nix b/meta/network.nix index 61e8875..ca31c69 100644 --- a/meta/network.nix +++ b/meta/network.nix @@ -49,4 +49,11 @@ hostId = "144d0f7a"; }; + photo01 = { + interfaces = { }; + + addresses.ipv4 = [ "129.199.146.101" ]; + + hostId = "bcf8ff03"; + }; }