Extract default user to separate module

This commit is contained in:
2022-02-19 23:03:59 +00:00
parent 7537cf4205
commit 17e4feb542
3 changed files with 56 additions and 51 deletions

View File

@@ -92,6 +92,7 @@
modules = mapAttrs (_: f: ./. + "/nixos/modules/${f}") {
common = "common.nix";
user = "user.nix";
build = "build.nix";
dynamic-motd = "dynamic-motd.nix";
tmproot = "tmproot.nix";