1

Modules/Impermanence: Add impermanence module and enable opt-in state for nixinator

This commit is contained in:
2025-07-16 02:20:35 +02:00
parent d3fb12f2b1
commit 54eadb78c6
5 changed files with 145 additions and 1 deletions

View File

@ -0,0 +1,9 @@
{
lib,
mylib,
...
}: {
enable = lib.mkEnableOption "Enable opt-in state using impermanence.";
# TODO: Options for host-specific config
}