diff options
| author | Franck Cuny <franck@fcuny.net> | 2022-02-09 17:33:25 -0800 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2022-02-09 17:33:25 -0800 |
| commit | 35b5f97204c6241fb75ce4ed6c6698c5ea2b24ec (patch) | |
| tree | 80b152f475514ff2d2cf2b697b368a21ccd81a03 /modules/systems/default.nix | |
| parent | systems: typo (diff) | |
| download | infra-35b5f97204c6241fb75ce4ed6c6698c5ea2b24ec.tar.gz | |
users: move users configuration to systems
Diffstat (limited to 'modules/systems/default.nix')
| -rw-r--r-- | modules/systems/default.nix | 1 |
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; |
