summaryrefslogtreecommitdiff
path: root/sys/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'sys/default.nix')
-rw-r--r--sys/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/default.nix b/sys/default.nix
index 228c126..3224c40 100644
--- a/sys/default.nix
+++ b/sys/default.nix
@@ -1,10 +1,11 @@
-{ lib, config, pkgs, modulesPath, ... }:
+{ lib, config, pkgs, ... }:
with lib; {
imports = [
./auth.nix
./boot.nix
./fs
./net.nix
+ ./nspawn.nix
./options.nix
./users.nix
];