This commit is contained in:
Sridhar Ratnakumar 2021-09-11 12:45:35 -04:00
parent 5f9a852d73
commit b274a4511b

View file

@ -6,6 +6,8 @@
(modulesPath + "/virtualisation/digital-ocean-config.nix")
];
swapDevices = [{ device = "/swapfile"; size = 2048; }];
nixpkgs.config.allowUnfree = true;
nix = {
package = pkgs.nixUnstable;