diff options
| author | Alejandro Soto <alejandro@34project.org> | 2023-01-07 00:56:53 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2023-01-07 00:59:36 -0600 |
| commit | 8902317d7f6d20361d96212a5e41621e90df8b67 (patch) | |
| tree | 56f1af9b763eebd5abd69283fc7cf7c7c607845c /sys/default.nix | |
| parent | e8cf4d176137edc6558bae9b6a5d0a5a1c573fe8 (diff) | |
env/users: move user list out of sys/users.nix
Diffstat (limited to '')
| -rw-r--r-- | sys/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/default.nix b/sys/default.nix index 3224c40..f19bc0a 100644 --- a/sys/default.nix +++ b/sys/default.nix @@ -1,6 +1,7 @@ { lib, config, pkgs, ... }: with lib; { imports = [ + ../env ./auth.nix ./boot.nix ./fs |
