diff options
Diffstat (limited to 'hosts/glados/default.nix')
| -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"; |
