summary refs log tree commit diff
path: root/flake.nix
diff options
context:
space:
mode:
authorMel <mel@rnrd.eu>2025-04-09 22:13:08 +0200
committerMel <mel@rnrd.eu>2025-04-09 22:13:08 +0200
commit75addcd6257f9f02669f3cf11422a61dea1c7323 (patch)
tree5e25598b299fed9d1ffe2c1983ee673b28cb6dd3 /flake.nix
parente27680dde6f8ecdf2db345cae4f165e68a2de8f3 (diff)
downloadnetwork-75addcd6257f9f02669f3cf11422a61dea1c7323.tar.zst
network-75addcd6257f9f02669f3cf11422a61dea1c7323.zip
Introduce new small-scale local 'fourmi' machine
Signed-off-by: Mel <mel@rnrd.eu>
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index 7b9727e..f738533 100644
--- a/flake.nix
+++ b/flake.nix
@@ -4,6 +4,8 @@
 
     nixpkgs-unstable.url = "github:NixOS/nixpkgs/nixos-unstable";
 
+    nixos-hardware.url = "github:NixOS/nixos-hardware";
+
     home-manager = {
       url = "github:nix-community/home-manager/release-24.11";
       inputs.nixpkgs.follows = "nixpkgs";
@@ -52,6 +54,7 @@
       { name = "corsac"; system = x86; tailscale.ip = "100.64.100.100"; }
       { name = "lapin"; system = arm; tailscale.ip = "100.83.254.27"; }
       { name = "renard"; system = x86; tailscale.ip = "100.75.17.75"; }
+      { name = "fourmi"; system = arm; tailscale.ip = "100.99.119.83"; }
     ];
 
     overlays = [ agenix.overlays.default ];