summary refs log tree commit diff stats
path: root/system/disks/default.nix
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2023-07-07 07:57:19 +0200
committerSoispha <soispha@vhack.eu>2023-07-07 08:03:14 +0200
commit2a6b02238dac392b3792111ae421fcbf058335be (patch)
treeaeee45bef43221966ec105b62bbae5a8412e7107 /system/disks/default.nix
parentChore(.gitattributes): Remove removed acme path (diff)
downloadnixos-server-2a6b02238dac392b3792111ae421fcbf058335be.tar.gz
nixos-server-2a6b02238dac392b3792111ae421fcbf058335be.zip
Refactor(system/impermanence): Move to own directory
Diffstat (limited to 'system/disks/default.nix')
-rw-r--r--system/disks/default.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/system/disks/default.nix b/system/disks/default.nix
index b5e53e4..24898fe 100644
--- a/system/disks/default.nix
+++ b/system/disks/default.nix
@@ -7,7 +7,6 @@ with lib; let
   cfg = config.system.disks;
   defaultMountOptions = ["compress-force=zstd:15"];
 in {
-  imports = [ ./impermanence.nix];
 
   options.system.disks = {
     disk = mkOption {