mirror of
https://codeberg.org/muon/home.git
synced 2025-12-06 08:07:45 +00:00
Fix astral
This commit is contained in:
parent
33895b9c46
commit
dcfd4b7f3a
4 changed files with 25 additions and 9 deletions
|
|
@ -20,7 +20,11 @@ in {
|
|||
mods.theme.scheme = "woodland";
|
||||
mods.theme.wallpaper = ./wallpaper.png;
|
||||
|
||||
# mods.server.astral.enable = true;
|
||||
mods.tailscale.enable = true;
|
||||
|
||||
mods.unfree.minecraft.enable = true;
|
||||
mods.server.astral.enable = true;
|
||||
mods.server.astral.memory = "2G";
|
||||
|
||||
# Use the GRUB 2 boot loader.
|
||||
boot.loader.grub.enable = true;
|
||||
|
|
|
|||
|
|
@ -20,9 +20,12 @@ in {
|
|||
fsType = "ext4";
|
||||
};
|
||||
|
||||
swapDevices =
|
||||
[ { device = "/dev/disk/by-uuid/bc6acd1f-98bb-4f94-b52c-40aa7312e838"; }
|
||||
];
|
||||
swapDevices = [{
|
||||
device = "/dev/disk/by-uuid/bc6acd1f-98bb-4f94-b52c-40aa7312e838";
|
||||
} {
|
||||
device = "/var/lib/swapfile";
|
||||
size = 2*1024;
|
||||
}];
|
||||
|
||||
networking.useDHCP = lib.mkForce false;
|
||||
networking.domain = "";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue