mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-01-04 09:46:50 +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
|
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
|
||||||
|
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue