summaryrefslogtreecommitdiff
path: root/sys/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'sys/default.nix')
-rw-r--r--sys/default.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/default.nix b/sys/default.nix
index 215361e..ad99009 100644
--- a/sys/default.nix
+++ b/sys/default.nix
@@ -1,8 +1,10 @@
-{ self }:
+{ self, impermanence }:
{ lib, config, pkgs, modulesPath, ... }:
{
imports = [
"${modulesPath}/installer/scan/not-detected.nix"
+ impermanence.nixosModule
+
./auth.nix
./boot.nix
./fs