Infini-STICK: set tmpfs name to root

This commit is contained in:
Infinidoge 2024-09-04 19:14:21 -04:00
parent 06ab405a20
commit e46191b025
Signed by: Infinidoge
SSH key fingerprint: SHA256:oAMyvotlNFraMmZmr+p6AxnNfW/GioTs1pOn3V4tQ7A

View file

@ -18,7 +18,7 @@ in
fileSystems = {
"/" = {
device = "none";
device = "root";
fsType = "tmpfs";
options = [ "defaults" "size=4G" "mode=755" ];
};