From e46191b025f06e590dd486cd6998797eb55ab5a7 Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Wed, 4 Sep 2024 19:14:21 -0400 Subject: [PATCH] Infini-STICK: set tmpfs name to root --- hosts/Infini-STICK/filesystems.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/Infini-STICK/filesystems.nix b/hosts/Infini-STICK/filesystems.nix index ed5e4a8..cfa16a7 100644 --- a/hosts/Infini-STICK/filesystems.nix +++ b/hosts/Infini-STICK/filesystems.nix @@ -18,7 +18,7 @@ in fileSystems = { "/" = { - device = "none"; + device = "root"; fsType = "tmpfs"; options = [ "defaults" "size=4G" "mode=755" ]; };