about summary refs log tree commit diff
path: root/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'default.nix')
-rw-r--r--default.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/default.nix b/default.nix
index afcdc08..ee7e2ee 100644
--- a/default.nix
+++ b/default.nix
@@ -3,7 +3,6 @@ with lib;
 with lib.my;
 {
   imports = [
-    inputs.impermanence.nixosModules.impermanence
   ] ++ mapModulesRec' (toString ./modules) import;
 
   networking.useDHCP = mkDefault false;