From 50c6004159fe07e6f7a93f5cd33f045c48c073f2 Mon Sep 17 00:00:00 2001 From: ene Date: Tue, 21 Feb 2023 12:07:13 +0100 Subject: Fix(system): Fix typo in fs names --- system/fileSystemLayouts/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/fileSystemLayouts/default.nix b/system/fileSystemLayouts/default.nix index 403311f7..498cf0a9 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/sopipha" = { + "/home/soispha" = { 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