From 57b55ce889cb96666d2348337d663daaf6d19326 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Thu, 10 Feb 2022 19:14:23 -0800 Subject: fix a few errors --- lib/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/default.nix') diff --git a/lib/default.nix b/lib/default.nix index 532a33b..094828a 100644 --- a/lib/default.nix +++ b/lib/default.nix @@ -11,7 +11,7 @@ inherit inputs system hostname; }; modules = [ - ../modules/system + ../modules/systems ../hosts/${hostname} { networking.hostName = hostname; -- cgit 1.4.1