Remove impermanence home-manager module

Too many bugs to deal with unfortunately.

Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
2024-07-31 09:56:59 +01:00
parent 8988398bff
commit d54df170cd
20 changed files with 102 additions and 194 deletions

View File

@@ -28,7 +28,10 @@
};
};
fileSystems."/persist".neededForBoot = true;
fileSystems = {
"/persist".neededForBoot = true;
"/cache".neededForBoot = true;
};
environment.persistence."/persist" = {
hideMounts = true;