summary refs log tree commit diff stats
path: root/system/file_system_layouts
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--system/file_system_layouts/default.nix4
-rw-r--r--system/impermanence/default.nix (renamed from system/file_system_layouts/impermanence.nix)0
2 files changed, 0 insertions, 4 deletions
diff --git a/system/file_system_layouts/default.nix b/system/file_system_layouts/default.nix
index d038632..95400bd 100644
--- a/system/file_system_layouts/default.nix
+++ b/system/file_system_layouts/default.nix
@@ -6,10 +6,6 @@
 with lib; let
   cfg = config.system.fileSystemLayouts;
 in {
-  imports = [
-    ./impermanence.nix
-  ];
-
   options.system.fileSystemLayouts = {
     mainDisk = mkOption {
       type = lib.types.path;
diff --git a/system/file_system_layouts/impermanence.nix b/system/impermanence/default.nix
index 32ad9f7..32ad9f7 100644
--- a/system/file_system_layouts/impermanence.nix
+++ b/system/impermanence/default.nix