From 75addcd6257f9f02669f3cf11422a61dea1c7323 Mon Sep 17 00:00:00 2001 From: Mel Date: Wed, 9 Apr 2025 22:13:08 +0200 Subject: Introduce new small-scale local 'fourmi' machine Signed-off-by: Mel --- flake.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'flake.nix') 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 ]; -- cgit 1.4.1