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

@@ -26,9 +26,6 @@
};
};
# This is not set though home-manager because we need to hide the mount
# otherwise docker complains with the following error:
# dockerd-rootless: failed to start daemon: error initializing graphdriver: prerequisites for driver not satisfied (wrong filesystem?): btrfs
environment.persistence."/persist".users.${username}.directories = [ ".local/share/docker" ];
home-manager.users.${username}.home.packages = with pkgs; [ docker-compose ];