From 45d079d445bb3d6c2df4e3c99349677eed78010b Mon Sep 17 00:00:00 2001 From: Alejandro Soto Date: Mon, 8 Aug 2022 05:11:59 -0600 Subject: sys: implement primitive impermanence --- sys/default.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'sys/default.nix') 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 -- cgit v1.2.3