lightsail-tokyo: use zram
This commit is contained in:
parent
796f656b55
commit
42b728aa2f
1 changed files with 2 additions and 0 deletions
|
@ -2,10 +2,12 @@
|
||||||
modulesPath,
|
modulesPath,
|
||||||
lib,
|
lib,
|
||||||
config,
|
config,
|
||||||
|
inputs,
|
||||||
...
|
...
|
||||||
}: {
|
}: {
|
||||||
imports = [
|
imports = [
|
||||||
"${modulesPath}/virtualisation/amazon-image.nix"
|
"${modulesPath}/virtualisation/amazon-image.nix"
|
||||||
|
inputs.nixos-sensible.nixosModules.zram
|
||||||
../../nixos/profiles/server
|
../../nixos/profiles/server
|
||||||
./anti-feature.nix
|
./anti-feature.nix
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue