From f4377871c7174f3360cbffcaabef9632926f98f6 Mon Sep 17 00:00:00 2001 From: Gabriella Bere Date: Wed, 22 Oct 2025 15:10:09 +0100 Subject: [PATCH] changed swap size to 16G --- hosts/gabbielaptop/disko.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/gabbielaptop/disko.nix b/hosts/gabbielaptop/disko.nix index a7c9743..4c0b442 100644 --- a/hosts/gabbielaptop/disko.nix +++ b/hosts/gabbielaptop/disko.nix @@ -66,7 +66,7 @@ # README MORE: https://wiki.archlinux.org/title/ZFS#Swap_volume "root/swap" = { type = "zfs_volume"; - size = "10M"; + size = "16G"; content = { type = "swap"; };