fix: zomro: reboot

This commit is contained in:
2026-06-20 22:00:52 +00:00
parent f6e7c1eca9
commit f73bfc63be
@@ -72,6 +72,14 @@ in {
hostName = jitsiHost; hostName = jitsiHost;
}; };
# NOTE(yukkop): disk was provisioned outside disko, so the expected partition
# label does not exist. Pin root to the live filesystem UUID so stage 1 can
# mount `/` reliably.
fileSystems."/" = lib.mkForce {
device = "/dev/disk/by-uuid/06b48ef1-a1eb-428d-821c-90c96a624542";
fsType = "ext4";
};
security.acme = { security.acme = {
acceptTerms = true; acceptTerms = true;
defaults.email = "security@bfs.band"; defaults.email = "security@bfs.band";