This commit is contained in:
mups 2024-07-19 20:46:38 +00:00
parent 3646ade4b4
commit 7f0d973b75
4 changed files with 30 additions and 1 deletions

View file

@ -26,6 +26,10 @@ in {
mods.server.astral.enable = true;
mods.server.astral.memory = "3G";
mods.server.sync.enable = true;
mods.server.sync.address = "100.85.27.29";
mods.server.sync.port = "8385";
# Use the GRUB 2 boot loader.
boot.loader.grub.enable = true;
boot.loader.grub.device = "/dev/vda";