From fd7724dbd0c21449d5286e272a5d5020e1fc4372 Mon Sep 17 00:00:00 2001 From: Mathias Magnusson Date: Mon, 12 Jan 2026 17:30:18 +0100 Subject: move some stuff out of flake.nix --- impermanence.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'impermanence.nix') 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; -- cgit v1.2.3