aboutsummaryrefslogtreecommitdiffstats
path: root/system/filesystemLayouts
diff options
context:
space:
mode:
Diffstat (limited to 'system/filesystemLayouts')
-rw-r--r--system/filesystemLayouts/filesystemLayouts.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/system/filesystemLayouts/filesystemLayouts.nix b/system/filesystemLayouts/filesystemLayouts.nix
index ad51bbb8..a4215512 100644
--- a/system/filesystemLayouts/filesystemLayouts.nix
+++ b/system/filesystemLayouts/filesystemLayouts.nix
@@ -46,6 +46,12 @@ in {
device = "/srv/nix-config";
options = ["bind"];
};
+
+ "${config.users.soispha.home}/.config" = {
+ device = "none";
+ fsType = "tmpfs";
+ options = ["defaults" "size=1G" "mode=755"];
+ };
};
swapDevices = [];
};