From 671e66917b09c56ca9e717b300b874ed71b189ae Mon Sep 17 00:00:00 2001 From: Mathias Magnusson Date: Sun, 19 Oct 2025 17:45:49 +0200 Subject: nixfmt --- impermanence.nix | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) (limited to 'impermanence.nix') diff --git a/impermanence.nix b/impermanence.nix index d3dae53..3fe347a 100644 --- a/impermanence.nix +++ b/impermanence.nix @@ -6,13 +6,16 @@ let cfg = config.oden.persist; in { - options.oden.persist = with lib; with types; { - directories = mkOption { - type = listOf str; - default = []; - description = "Directories that should be persisted"; + options.oden.persist = + with lib; + with types; + { + directories = mkOption { + type = listOf str; + default = [ ]; + description = "Directories that should be persisted"; + }; }; - }; config = { boot.initrd.postResumeCommands = lib.mkAfter '' mkdir /btrfs_tmp -- cgit v1.2.3