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" ]; };