feat(nixos): add impermanence module for ephemeral roots

This commit is contained in:
Mohammad Rafiq 2025-07-07 12:16:14 +08:00
parent 714c3b8940
commit 9abcb6c85b
No known key found for this signature in database
4 changed files with 62 additions and 0 deletions

View file

@ -19,6 +19,8 @@
url = "github:nix-community/disko";
inputs.nixpkgs.follows = "nixpkgs";
};
# impermanence provides a nice abstraction over linking files from /persist
impermanence.url = "github:nix-community/impermanence";
# import-tree imports all nix files in a given directory.
import-tree.url = "github:vic/import-tree";
# files lets us write text files and automatically add checks for them