From c07c106a685167dc1967dd35d786f39a19f51e2e Mon Sep 17 00:00:00 2001 From: colin Date: Thu, 14 Jul 2022 16:25:13 -0700 Subject: [PATCH] machines: rescue: remove incorrect comment about tmpfs --- machines/rescue/fs.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/machines/rescue/fs.nix b/machines/rescue/fs.nix index 97e5e314..548c3fb2 100644 --- a/machines/rescue/fs.nix +++ b/machines/rescue/fs.nix @@ -1,7 +1,6 @@ { ... }: { - # root is a tmpfs so that we have an ephemeral system ("impermanence" handles the state) fileSystems."/" = { device = "/dev/disk/by-uuid/44445555-6666-7777-8888-999900001111"; fsType = "ext4";