loptland: change of swap partition

This commit is contained in:
Christoph Hollizeck 2026-03-12 10:07:43 +01:00
parent 4d904bdbec
commit 8bc6a9c819
Signed by: Daholli
GPG key ID: 249300664F2AF2C7
2 changed files with 2 additions and 1 deletions

View file

@ -74,6 +74,7 @@
yazi = { yazi = {
enable = true; enable = true;
shellWrapperName = "y";
}; };
zoxide = { zoxide = {

View file

@ -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; networking.useDHCP = lib.mkDefault true;
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux"; nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";