feat(nixos): add impermanence module for ephemeral roots
This commit is contained in:
parent
714c3b8940
commit
9abcb6c85b
4 changed files with 62 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue