mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-15 03:15:56 +03:00
nixos/mastodon: increase RAM for NixOS test vm
This commit is contained in:
parent
74987395e3
commit
7718720149
@ -56,6 +56,9 @@ in
|
||||
};
|
||||
|
||||
server = { pkgs, ... }: {
|
||||
|
||||
virtualisation.memorySize = 2048;
|
||||
|
||||
networking = {
|
||||
interfaces.eth1 = {
|
||||
ipv4.addresses = [
|
||||
|
Loading…
Reference in New Issue
Block a user