From 990a2012f36a3aab896c8822cbb3386d900c0632 Mon Sep 17 00:00:00 2001 From: Gabriel Fontes Date: Sun, 2 Jul 2023 16:20:08 -0300 Subject: [PATCH] fix maia module import --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index a83c2f66..fc80bff3 100644 --- a/flake.nix +++ b/flake.nix @@ -83,7 +83,7 @@ }; # Secondary desktop maia = lib.nixosSystem { - modules = [ ./hosts/atlas ]; + modules = [ ./hosts/maia ]; specialArgs = { inherit inputs outputs; }; }; # Personal laptop