summaryrefslogtreecommitdiff
path: root/impermanence.nix
diff options
context:
space:
mode:
Diffstat (limited to 'impermanence.nix')
-rw-r--r--impermanence.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/impermanence.nix b/impermanence.nix
index ae62f3c..d4f23ee 100644
--- a/impermanence.nix
+++ b/impermanence.nix
@@ -1,11 +1,13 @@
# sudo mount --ro /dev/nvme0n1p2 ./mnt --mkdir
# ls mnt/old_roots
-{ lib, config, options, ... }:
+{ lib, config, options, inputs, ... }:
let
cfg = config.oden.persist;
in
{
+ imports = [ inputs.impermanence.nixosModules.impermanence ];
+
options.oden.persist =
with lib;
with types;