mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-01-01 15:36:35 +01:00
aarch64 system changes
This commit is contained in:
parent
155951c5fe
commit
0be53abe94
2 changed files with 5 additions and 6 deletions
|
@ -143,7 +143,7 @@ in
|
|||
steam-database
|
||||
refined-github
|
||||
plasma-integration
|
||||
bypass-paywalls-clean
|
||||
#bypass-paywalls-clean
|
||||
lovely-forks
|
||||
search-by-image
|
||||
skip-redirect
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue