add swap to Drone config
This commit is contained in:
parent
e1cccdbfa8
commit
ee1577045a
1 changed files with 5 additions and 0 deletions
|
|
@ -10,6 +10,11 @@
|
|||
../../modules/nixos/bash.nix
|
||||
];
|
||||
|
||||
swapDevices = [{
|
||||
device = "/swap/swapfile";
|
||||
size = 8*1024;
|
||||
}];
|
||||
|
||||
networking.hostName = "${hostName}";
|
||||
|
||||
environment.defaultPackages = lib.mkForce [];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue