main
kalle 2024-11-22 18:40:23 +01:00
parent ab38fc8b08
commit 230be48b93
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
fileSystems."/" = { fileSystems."/" = {
device = "none"; device = "none";
fsType = "tmpfs"; fsType = "tmpfs";
options = [ "default" "mode=755" ]; options = [ "defaults" "mode=755" ];
}; };
fileSystems."/boot" = { fileSystems."/boot" = {