initial attempt at impermance

This commit is contained in:
twoneis 2024-05-08 19:20:06 +02:00
parent bfe077d474
commit 932838f736
5 changed files with 74 additions and 39 deletions

View file

@ -0,0 +1,8 @@
{ ... }: {
environment.persistence."/persist" = {
files = [
"/etc/shadow"
"/etc/passwd"
];
};
}