From 055bbe3180a83f69115f5a617204f267c5f974c1 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Mon, 13 Jun 2022 13:21:36 +0000 Subject: 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 --- users/tazjin/nixos/tverskoy/default.nix | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'users/tazjin/nixos/tverskoy/default.nix') diff --git a/users/tazjin/nixos/tverskoy/default.nix b/users/tazjin/nixos/tverskoy/default.nix index 0d85a53b8a5a..56f954c6f4a7 100644 --- a/users/tazjin/nixos/tverskoy/default.nix +++ b/users/tazjin/nixos/tverskoy/default.nix @@ -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" = { -- cgit 1.4.1