From 9cedd06b8589a5d39a7a85e2efe646a8edebac53 Mon Sep 17 00:00:00 2001 From: seth Date: Mon, 8 May 2023 00:21:41 -0400 Subject: modules: merge base and nixos --- hosts/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hosts/default.nix') diff --git a/hosts/default.nix b/hosts/default.nix index d059b40..ef269e1 100644 --- a/hosts/default.nix +++ b/hosts/default.nix @@ -76,7 +76,7 @@ in { }; }; - nixosModules.getchoo = import ../modules; + nixosModules.getchoo = import ../modules/nixos; }; perSystem = { -- cgit v1.2.3