initial attempt at impermance
This commit is contained in:
parent
bfe077d474
commit
932838f736
5 changed files with 74 additions and 39 deletions
8
modules/system/persist/default.nix
Normal file
8
modules/system/persist/default.nix
Normal file
|
@ -0,0 +1,8 @@
|
|||
{ ... }: {
|
||||
environment.persistence."/persist" = {
|
||||
files = [
|
||||
"/etc/shadow"
|
||||
"/etc/passwd"
|
||||
];
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue