summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaghuram Subramani <raghus2247@gmail.com>2025-01-19 17:51:38 +0530
committerRaghuram Subramani <raghus2247@gmail.com>2025-01-19 17:51:38 +0530
commit4c77245d2bc47d72905d09a0a2384583e9e79d83 (patch)
tree0df584f70f14c0bd13ccec62aa4511411f6ad4f0
parent46eea8f41050727fa65da77a60ce92ce25a3c565 (diff)
remove swap
-rw-r--r--disko.nix7
1 files changed, 0 insertions, 7 deletions
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%";