mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 06:39:14 +00:00
nixosModule: zram
This commit is contained in:
parent
519ddab29a
commit
16cbf92ec3
3 changed files with 3 additions and 0 deletions
|
|
@ -15,6 +15,7 @@ let
|
|||
extraModuleNames = [
|
||||
"layouts"
|
||||
"leana"
|
||||
"zram"
|
||||
"i_am_builder"
|
||||
];
|
||||
|
||||
|
|
|
|||
1
nix/nixosModules/zram/default.nix
Normal file
1
nix/nixosModules/zram/default.nix
Normal file
|
|
@ -0,0 +1 @@
|
|||
{ zramSwap.enable = true; }
|
||||
Loading…
Add table
Add a link
Reference in a new issue