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. --- modules/nixos/default.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/nixos/default.nix') diff --git a/modules/nixos/default.nix b/modules/nixos/default.nix index 94348f6..47cf81e 100644 --- a/modules/nixos/default.nix +++ b/modules/nixos/default.nix @@ -6,6 +6,7 @@ ./home-manager.nix ./nix.nix ./podman.nix + ./remote-unlock.nix ./ssh.nix ./user.nix ]; -- cgit v1.2.3