From 8bc6a9c819f8aeff49b5f35b68d5ad32f13f5ecf Mon Sep 17 00:00:00 2001 From: Christoph Hollizeck Date: Thu, 12 Mar 2026 10:07:43 +0100 Subject: [PATCH] loptland: change of swap partition --- modules/base/home/fish.nix | 1 + modules/hosts/loptland/hardware.nix | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/modules/base/home/fish.nix b/modules/base/home/fish.nix index 1bac34a..6c702d7 100644 --- a/modules/base/home/fish.nix +++ b/modules/base/home/fish.nix @@ -74,6 +74,7 @@ yazi = { enable = true; + shellWrapperName = "y"; }; zoxide = { diff --git a/modules/hosts/loptland/hardware.nix b/modules/hosts/loptland/hardware.nix index 9e38c8f..39c41ac 100644 --- a/modules/hosts/loptland/hardware.nix +++ b/modules/hosts/loptland/hardware.nix @@ -41,7 +41,7 @@ ]; }; - swapDevices = [ { device = "/dev/disk/by-uuid/b9bcb425-cb1c-40a1-89bb-d7fe6b421834"; } ]; + swapDevices = [ { device = "/dev/disk/by-uuid/bb48abf8-8da5-4000-ba91-e62fe661e3a3"; } ]; networking.useDHCP = lib.mkDefault true; nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";