summaryrefslogtreecommitdiff
path: root/modules/impermanence.nix
diff options
context:
space:
mode:
Diffstat (limited to 'modules/impermanence.nix')
-rw-r--r--modules/impermanence.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/modules/impermanence.nix b/modules/impermanence.nix
new file mode 100644
index 00000000..621576a3
--- /dev/null
+++ b/modules/impermanence.nix
@@ -0,0 +1,6 @@
1{ flakeInputs, ... }:
2{
3 imports = [
4 flakeInputs.impermanence.nixosModules.impermanence
5 ];
6}