nix fmt, update hyperhive

This commit is contained in:
müde 2026-06-01 17:38:30 +02:00
commit 20e4642ec0
4 changed files with 24 additions and 9 deletions

View file

@ -14,7 +14,11 @@
fileSystems."/var/lib/forgejo" = {
device = "/dev/disk/by-uuid/da5efb9a-7dc2-4fa3-aeca-c9bf634054b0";
fsType = "ext4";
options = [ "discard" "nofail" "defaults" ];
options = [
"discard"
"nofail"
"defaults"
];
};
};
}