nixos/mastodon: increase RAM for NixOS test vm
This commit is contained in:
parent
74987395e3
commit
7718720149
@ -56,6 +56,9 @@ in
|
|||||||
};
|
};
|
||||||
|
|
||||||
server = { pkgs, ... }: {
|
server = { pkgs, ... }: {
|
||||||
|
|
||||||
|
virtualisation.memorySize = 2048;
|
||||||
|
|
||||||
networking = {
|
networking = {
|
||||||
interfaces.eth1 = {
|
interfaces.eth1 = {
|
||||||
ipv4.addresses = [
|
ipv4.addresses = [
|
||||||
|
Loading…
Reference in New Issue
Block a user