prometheus: redeploy

This commit is contained in:
Astro 2022-11-27 01:38:19 +01:00
parent da110aa138
commit e85c3d8c51
1 changed files with 2 additions and 1 deletions

View File

@ -44,9 +44,10 @@
config = {
# HACK: Avoid conflicts when building a NixOS configuration on Hydra
boot.loader.grub.enable = false;
fileSystems."/" = {
fileSystems."/" = lib.mkDefault {
device = "rootfs";
fsType = "tmpfs";
options = [ "size=50%,mode=0755" ];
};
};
}