kyra(hardening): persistance in fileSystems
Signed-off-by: s0me1newithhand7s <git+me@hand7s.org>
This commit is contained in:
parent
90a01233ee
commit
3577ca0a6e
1 changed files with 7 additions and 0 deletions
7
kyra/fileSystems/persist.nix
Normal file
7
kyra/fileSystems/persist.nix
Normal file
|
|
@ -0,0 +1,7 @@
|
||||||
|
_: {
|
||||||
|
fileSystems = {
|
||||||
|
"/persist" = {
|
||||||
|
neededForBoot = true;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue