about summary refs log tree commit diff stats
path: root/system
diff options
context:
space:
mode:
Diffstat (limited to 'system')
-rw-r--r--system/fileSystemLayouts/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/system/fileSystemLayouts/default.nix b/system/fileSystemLayouts/default.nix
index cdc59b4e..403311f7 100644
--- a/system/fileSystemLayouts/default.nix
+++ b/system/fileSystemLayouts/default.nix
@@ -47,8 +47,8 @@ in {
         device = cfg.efiDisk;
         fsType = "vfat";
       };
-      fileSystems."${config.users.users.soispha.home}" = {
-        # fileSystems."/home/sopipha" = {
+      #"${config.users.users.soispha.home}" = { # TODO this causes infinite recursion
+      "/home/sopipha" = {
         device = "none";
         fsType = "tmpfs"; # Can be stored on normal drive or on tmpfs as well
         options = ["defaults" "size=4G" "mode=755"];