about summary refs log tree commit diff
path: root/lib
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-02-10 19:14:23 -0800
committerFranck Cuny <franck@fcuny.net>2022-02-10 19:14:23 -0800
commit57b55ce889cb96666d2348337d663daaf6d19326 (patch)
tree445350ba0ab60ada54aa3cbbe614b79b8a6bdfe2 /lib
parentusers: enable home-manager for myself (diff)
downloadworld-57b55ce889cb96666d2348337d663daaf6d19326.tar.gz
fix a few errors
Diffstat (limited to 'lib')
-rw-r--r--lib/default.nix2
1 files changed, 1 insertions, 1 deletions
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;