diff options
| author | Mel <mel@rnrd.eu> | 2025-10-03 17:44:48 +0200 |
|---|---|---|
| committer | Mel <mel@rnrd.eu> | 2025-10-03 17:44:48 +0200 |
| commit | 79537dae587a8ec0efa7e990ba41eebb51df2019 (patch) | |
| tree | 1368e34d8b8620149fffbad93f8ada88b4b2c216 /flake.nix | |
| parent | 640a8bd6886c12f48d1f0230d60ed69bd8e46880 (diff) | |
| download | network-79537dae587a8ec0efa7e990ba41eebb51df2019.tar.zst network-79537dae587a8ec0efa7e990ba41eebb51df2019.zip | |
Add new taureau host
Signed-off-by: Mel <mel@rnrd.eu>
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix index 16ef267..61c0522 100644 --- a/flake.nix +++ b/flake.nix @@ -66,6 +66,7 @@ { name = "renard"; system = x86; tailscale.ip = "100.75.17.75"; } { name = "fourmi"; system = arm; tailscale.ip = "100.99.119.83"; } { name = "zibeline"; system = x86; tailscale.ip = "100.103.200.75"; } + { name = "taureau"; system = x86; tailscale.ip = "100.67.75.4"; } ]; overlays = [ agenix.overlays.default ]; |
