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