summaryrefslogtreecommitdiff
path: root/sys/default.nix
diff options
context:
space:
mode:
authorAlejandro Soto <alejandro@34project.org>2023-01-07 00:56:53 -0600
committerAlejandro Soto <alejandro@34project.org>2023-01-07 00:59:36 -0600
commit8902317d7f6d20361d96212a5e41621e90df8b67 (patch)
tree56f1af9b763eebd5abd69283fc7cf7c7c607845c /sys/default.nix
parente8cf4d176137edc6558bae9b6a5d0a5a1c573fe8 (diff)
env/users: move user list out of sys/users.nix
Diffstat (limited to '')
-rw-r--r--sys/default.nix1
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