From 6e6e95cd314816a3dbf789a91b3ace2fb7b060c4 Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Fri, 24 Jan 2025 13:10:41 -0500 Subject: use single secrets file --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 58cdb6c..7268eef 100644 --- a/flake.nix +++ b/flake.nix @@ -26,7 +26,7 @@ options = import ./options.nix; in rec { nixosConfigurations = { - shinji = import ./hosts/shinji { inherit inputs options; }; + shinji = import ./hosts/shinji.nix { inherit inputs options; }; }; homeConfigurations = { -- cgit v1.2.3-freya