From 8f5b5ef7d215fff0daa99b020e57c84b0031b21d Mon Sep 17 00:00:00 2001 From: ene Date: Tue, 21 Feb 2023 15:56:38 +0100 Subject: Fix(system): Try to fix permissions on mount point --- system/fileSystemLayouts/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'system/fileSystemLayouts') diff --git a/system/fileSystemLayouts/default.nix b/system/fileSystemLayouts/default.nix index 498cf0a9..cd6ec14b 100644 --- a/system/fileSystemLayouts/default.nix +++ b/system/fileSystemLayouts/default.nix @@ -48,7 +48,7 @@ in { fsType = "vfat"; }; #"${config.users.users.soispha.home}" = { # TODO this causes infinite recursion - "/home/soispha" = { + "/home" = { device = "none"; fsType = "tmpfs"; # Can be stored on normal drive or on tmpfs as well options = ["defaults" "size=4G" "mode=755"]; -- cgit 1.4.1