chore(tazjin/tverskoy): Put / on ZFS instead of tmpfs

Maybe this will lead to me being able to log in to this machine again
eventually.

Change-Id: I348d6ea3b8d4cc6b8083766669ba1371b3d1216b
Reviewed-on: https://cl.tvl.fyi/c/depot/+/5866
Tested-by: BuildkiteCI
Reviewed-by: tazjin <tazjin@tvl.su>
This commit is contained in:
Vincent Ambo 2022-06-13 13:21:36 +00:00 committed by tazjin
parent d09ef08a75
commit 055bbe3180

View file

@ -49,9 +49,8 @@ lib.fix (self: {
fileSystems = {
"/" = {
device = "tmpfs";
fsType = "tmpfs";
options = [ "defaults" "size=8G" "mode=755" ];
device = "zpool/ephemeral/root";
fsType = "zfs";
};
"/home" = {