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
refined-github
plasma-integration
bypass-paywalls-clean
#bypass-paywalls-clean
lovely-forks
search-by-image
skip-redirect

View file

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