From ec7ec5112c15550d2f05cce49a87bad968c620a3 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sun, 12 Oct 2025 19:20:07 -0700 Subject: make the remote unlock bits a nix module Move all the hardware configuration for rivendell into the default.nix. --- flake/hosts.nix | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'flake') diff --git a/flake/hosts.nix b/flake/hosts.nix index fe23cdd..2739051 100644 --- a/flake/hosts.nix +++ b/flake/hosts.nix @@ -227,6 +227,18 @@ in allowLocalDeployment = false; }; }; + rivendell = + { name, ... }: + { + imports = [ ../machines/nixos/x86_64-linux/${name} ]; + deployment = { + tags = [ "bm" ]; + targetHost = "rivendell"; + targetUser = "fcuny"; + buildOnTarget = true; + allowLocalDeployment = false; + }; + }; }; }; } -- cgit v1.2.3