diff options
| author | quentin@aristote.fr <quentin@aristote.fr> | 2025-03-22 18:50:13 +0100 |
|---|---|---|
| committer | quentin@aristote.fr <quentin@aristote.fr> | 2025-03-22 20:07:27 +0100 |
| commit | 6ba4c55398404c1f691095967f3afca5e3209c89 (patch) | |
| tree | f447ce0b13d49b32823bfbae66487b6c3ca5de7d /nixos/default.nix | |
| parent | 470d2f76585e8244b6ff7d89fbce94815392bc3d (diff) | |
nixos: split nix and system
Diffstat (limited to 'nixos/default.nix')
| -rw-r--r-- | nixos/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/default.nix b/nixos/default.nix index 8dd271c..ea57acd 100644 --- a/nixos/default.nix +++ b/nixos/default.nix @@ -9,6 +9,7 @@ ./hardware ./nix.nix ./networking.nix + ./system.nix ./users.nix ]; |
