about summary refs log tree commit diff
path: root/modules/systems/default.nix
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-02-09 17:33:25 -0800
committerFranck Cuny <franck@fcuny.net>2022-02-09 17:33:25 -0800
commit35b5f97204c6241fb75ce4ed6c6698c5ea2b24ec (patch)
tree80b152f475514ff2d2cf2b697b368a21ccd81a03 /modules/systems/default.nix
parentsystems: typo (diff)
downloadworld-35b5f97204c6241fb75ce4ed6c6698c5ea2b24ec.tar.gz
users: move users configuration to systems
Diffstat (limited to 'modules/systems/default.nix')
-rw-r--r--modules/systems/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/systems/default.nix b/modules/systems/default.nix
index c5b065a..a543fe5 100644
--- a/modules/systems/default.nix
+++ b/modules/systems/default.nix
@@ -5,6 +5,7 @@
     ./nix.nix
     ./software.nix
     ./ssh.nix
+    ./users.nix
   ];
 
   boot.kernelPackages = pkgs.linuxPackages_latest;