summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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%";