From 2c6c07ec5f0d5ebadef35bcc5212bee9f4330fb4 Mon Sep 17 00:00:00 2001 From: Soispha Date: Fri, 7 Jul 2023 07:57:19 +0200 Subject: Refactor(system/impermanence): Move to own directory --- system/file_system_layouts/default.nix | 4 ---- 1 file changed, 4 deletions(-) (limited to 'system/file_system_layouts/default.nix') 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; -- cgit 1.4.1