From 12c7e608edb41ac81316555bb4556b82d5b5a12c Mon Sep 17 00:00:00 2001 From: lassulus Date: Sat, 24 Dec 2022 10:35:03 +0100 Subject: examples: cleanup a bit --- example/swap.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'example/swap.nix') diff --git a/example/swap.nix b/example/swap.nix index 0693caa..13393fe 100644 --- a/example/swap.nix +++ b/example/swap.nix @@ -25,7 +25,6 @@ start = "100MiB"; end = "-1G"; part-type = "primary"; - bootable = true; content = { type = "filesystem"; format = "ext4"; @@ -33,12 +32,11 @@ }; } { - name = "root"; + name = "swap"; type = "partition"; start = "-1G"; end = "100%"; part-type = "primary"; - bootable = true; content = { type = "swap"; randomEncryption = true; -- cgit v1.2.3