diff options
| author | seth <[email protected]> | 2023-08-22 10:06:19 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2023-08-22 10:06:19 -0400 |
| commit | 500641e1bc34ca55ea43328fb95a9e0a8e15e665 (patch) | |
| tree | 3c95254b39cb67d6118e3d982ada06a55eef653f | |
| parent | 2a6c848af805e792ccd95749c1cb87e8b1e9f6cd (diff) | |
hosts/glados: enable prepare-kexec at boot
| -rw-r--r-- | hosts/glados/default.nix | 2 |
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"; |
