summaryrefslogtreecommitdiff
path: root/sys/default.nix
diff options
context:
space:
mode:
authorAlejandro Soto <alejandro@34project.org>2022-08-08 05:11:59 -0600
committerAlejandro Soto <alejandro@34project.org>2022-08-08 05:11:59 -0600
commit45d079d445bb3d6c2df4e3c99349677eed78010b (patch)
tree722a9c2a17a478467c30e9b5f3f98b588a5398e7 /sys/default.nix
parentf74c0f26e887467f1edd3bda5f03da3786180eb3 (diff)
sys: implement primitive impermanence
Diffstat (limited to '')
-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