Compare commits

..

1 commit

Author SHA1 Message Date
d2ff7b50c9 Create backuphost Bragi 2024-01-09 09:21:53 +01:00

View file

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