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; }