about summary refs log tree commit diff stats
path: root/home-manager/impermanence/default.nix
diff options
context:
space:
mode:
authorene <ene@sils.li>2023-02-25 08:55:29 +0100
committerene <ene@sils.li>2023-02-25 08:55:29 +0100
commitb77047baca1cb2922663596a6e1c1ec1012bee73 (patch)
tree0e6ba4427921a4220eda37c61d9a7018ece84907 /home-manager/impermanence/default.nix
parentFix(bootstrap): Make the path based on the /mnt root (diff)
downloadnixos-config-b77047baca1cb2922663596a6e1c1ec1012bee73.tar.gz
nixos-config-b77047baca1cb2922663596a6e1c1ec1012bee73.zip
Revert: "Fix(impermance): Remove uncertain setting"This reverts commit 0c28aaf93e6887c4e56d5c3bcf46588c0e360e50.
Diffstat (limited to 'home-manager/impermanence/default.nix')
-rw-r--r--home-manager/impermanence/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/home-manager/impermanence/default.nix b/home-manager/impermanence/default.nix
index 5949329a..e8226ae5 100644
--- a/home-manager/impermanence/default.nix
+++ b/home-manager/impermanence/default.nix
@@ -5,7 +5,7 @@
   ...
 }: {
   home.persistence."/srv/home/soispha" = {
-    #allowOther = true; # TODO this only works some of the time
+    allowOther = true;
     directories = [
       ".local/share"
       ".cache"