added impermanence to flake inputs and made a basic config in live-env

This commit is contained in:
2024-11-18 13:28:16 -05:00
parent 7efb03b441
commit 1c614a8e6f
2 changed files with 11 additions and 1 deletions

View File

@@ -35,6 +35,14 @@ in
umount /btrfs_tmp
'';
environment.persistence."/home" = {
enable = true;
hideMounts = true;
directories = [
"persistence"
];
};
movOpts = {
sysEnv = {
issue.enable = true;