added swap

This commit is contained in:
twoneis 2024-06-02 14:33:53 +02:00
parent e6d8a20baa
commit d314bb8e94
2 changed files with 8 additions and 6 deletions

View file

@ -30,6 +30,8 @@
};
};
swapDevices = [ { device = "/swap/swapfile"; } ];
networking.useDHCP = lib.mkDefault true;
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";