added impermanence to flake inputs and made a basic config in live-env
This commit is contained in:
@@ -35,6 +35,14 @@ in
|
||||
umount /btrfs_tmp
|
||||
'';
|
||||
|
||||
environment.persistence."/home" = {
|
||||
enable = true;
|
||||
hideMounts = true;
|
||||
directories = [
|
||||
"persistence"
|
||||
];
|
||||
};
|
||||
|
||||
movOpts = {
|
||||
sysEnv = {
|
||||
issue.enable = true;
|
||||
|
||||
Reference in New Issue
Block a user