From 3146ba07810d4f1b2b7d32a875fc31ecd81a0ef6 Mon Sep 17 00:00:00 2001 From: Chris Thompson Date: Sun, 10 Nov 2024 15:12:03 -0500 Subject: [PATCH] Fix: point flake to target host --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 66655aa..1dcf775 100755 --- a/flake.nix +++ b/flake.nix @@ -14,7 +14,7 @@ nixosConfigurations.default = nixpkgs.lib.nixosSystem { specialArgs = {inherit inputs;}; modules = [ - ./configuration.nix + ./hosts/supercell/configuration.nix ]; }; };