summaryrefslogtreecommitdiffstats
path: root/example/swap.nix
diff options
context:
space:
mode:
Diffstat (limited to 'example/swap.nix')
-rw-r--r--example/swap.nix4
1 files changed, 1 insertions, 3 deletions
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;