aarch64 system changes

This commit is contained in:
Johannes Jöns 2023-04-07 22:00:09 +02:00
parent 155951c5fe
commit 0be53abe94
2 changed files with 5 additions and 6 deletions

View file

@ -143,7 +143,7 @@ in
steam-database steam-database
refined-github refined-github
plasma-integration plasma-integration
bypass-paywalls-clean #bypass-paywalls-clean
lovely-forks lovely-forks
search-by-image search-by-image
skip-redirect skip-redirect

View file

@ -28,11 +28,10 @@
}; };
swapDevices = [ ]; swapDevices = [ {
device = "/var/lib/swapfile";
size = (4*1024)+(2*1024);
# @NOTE(jakehamilton): NetworkManager will handle DHCP. } ];
networking.interfaces.wlan0.useDHCP = false;
hardware.enableRedistributableFirmware = true; hardware.enableRedistributableFirmware = true;
} }