From 0be53abe942374fd78a96cc7929c700883f48d57 Mon Sep 17 00:00:00 2001 From: jopejoe1 Date: Fri, 7 Apr 2023 22:00:09 +0200 Subject: [PATCH] aarch64 system changes --- modules/user/jopejoe1/home/default.nix | 2 +- systems/aarch64-linux/yokai/hardware.nix | 9 ++++----- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/modules/user/jopejoe1/home/default.nix b/modules/user/jopejoe1/home/default.nix index 43bc932..76e4afa 100644 --- a/modules/user/jopejoe1/home/default.nix +++ b/modules/user/jopejoe1/home/default.nix @@ -143,7 +143,7 @@ in steam-database refined-github plasma-integration - bypass-paywalls-clean + #bypass-paywalls-clean lovely-forks search-by-image skip-redirect diff --git a/systems/aarch64-linux/yokai/hardware.nix b/systems/aarch64-linux/yokai/hardware.nix index 1b86b31..c61ee7e 100644 --- a/systems/aarch64-linux/yokai/hardware.nix +++ b/systems/aarch64-linux/yokai/hardware.nix @@ -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; }