From 120cfdd002a0bf8fbf4a16e13fa0d32b111d7682 Mon Sep 17 00:00:00 2001 From: ene Date: Tue, 21 Feb 2023 08:02:13 +0100 Subject: Fix(filesystem): Hardcode the user home to prevent recusion --- system/fileSystemLayouts/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'system/fileSystemLayouts') 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"]; -- cgit 1.4.1