From 4c77245d2bc47d72905d09a0a2384583e9e79d83 Mon Sep 17 00:00:00 2001 From: Raghuram Subramani Date: Sun, 19 Jan 2025 17:51:38 +0530 Subject: remove swap --- disko.nix | 7 ------- 1 file changed, 7 deletions(-) (limited to 'disko.nix') diff --git a/disko.nix b/disko.nix index 211e3e4..f47b04a 100644 --- a/disko.nix +++ b/disko.nix @@ -24,13 +24,6 @@ mountpoint = "/boot"; }; }; - swap = { - size = "4G"; - content = { - type = "swap"; - resumeDevice = true; - }; - }; root = { name = "root"; size = "100%"; -- cgit v1.2.3