diff options
Diffstat (limited to '')
-rw-r--r-- | system/file_system_layouts/default.nix | 4 |
1 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; |