Compare commits

..

1 commit

Author SHA1 Message Date
7b4c51bffd Create backuphost Bragi 2024-01-20 13:36:40 +01:00

View file

@ -1,6 +1,6 @@
{lib, ...}: { {lib, ...}: {
fileSystems."/" = { fileSystems."/" = {
device = "gha-root"; device = "root";
fsType = "tmpfs"; fsType = "tmpfs";
options = ["size=2G" "mode=755"]; options = ["size=2G" "mode=755"];
}; };