mirror of
https://codeberg.org/muon/home.git
synced 2025-12-06 08:07:45 +00:00
Add sync
This commit is contained in:
parent
3646ade4b4
commit
7f0d973b75
4 changed files with 30 additions and 1 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue