Merge master into staging-next

This commit is contained in:
github-actions[bot]
2021-01-15 01:16:33 +00:00
committed by GitHub
47 changed files with 742 additions and 363 deletions
+1
View File
@@ -34,6 +34,7 @@ with lib;
{
what = "tmpfs";
where = "/tmp";
type = "tmpfs";
mountConfig.Options = [ "mode=1777" "strictatime" "rw" "nosuid" "nodev" "size=50%" ];
}
];