summaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
authorseth <[email protected]>2023-08-22 10:06:19 -0400
committerseth <[email protected]>2023-08-22 10:06:19 -0400
commit500641e1bc34ca55ea43328fb95a9e0a8e15e665 (patch)
tree3c95254b39cb67d6118e3d982ada06a55eef653f /hosts
parent2a6c848af805e792ccd95749c1cb87e8b1e9f6cd (diff)
hosts/glados: enable prepare-kexec at boot
Diffstat (limited to 'hosts')
-rw-r--r--hosts/glados/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/hosts/glados/default.nix b/hosts/glados/default.nix
index 2913c55..1a25561 100644
--- a/hosts/glados/default.nix
+++ b/hosts/glados/default.nix
@@ -35,6 +35,8 @@ _: {
fwupd.enable = true;
};
+ systemd.services."prepare-kexec".wantedBy = ["multi-user.target"];
+
zramSwap = {
enable = true;
algorithm = "zstd";