Modules/Impermanence: Add impermanence module and enable opt-in state for nixinator
This commit is contained in:
9
system/modules/impermanence/options.nix
Normal file
9
system/modules/impermanence/options.nix
Normal file
@ -0,0 +1,9 @@
|
||||
{
|
||||
lib,
|
||||
mylib,
|
||||
...
|
||||
}: {
|
||||
enable = lib.mkEnableOption "Enable opt-in state using impermanence.";
|
||||
|
||||
# TODO: Options for host-specific config
|
||||
}
|
Reference in New Issue
Block a user