feat(x1): enable zram

Signed-off-by: Harald Hoyer <harald@hoyer.xyz>
This commit is contained in:
Harald Hoyer 2025-01-20 10:20:46 +01:00
parent e8243a159d
commit 0daae09240
2 changed files with 5 additions and 3 deletions

View file

@ -759,11 +759,11 @@
}, },
"nixpkgs_4": { "nixpkgs_4": {
"locked": { "locked": {
"lastModified": 1736867362, "lastModified": 1736916166,
"narHash": "sha256-i/UJ5I7HoqmFMwZEH6vAvBxOrjjOJNU739lnZnhUln8=", "narHash": "sha256-puPDoVKxkuNmYIGMpMQiK8bEjaACcCksolsG36gdaNQ=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "9c6b49aeac36e2ed73a8c472f1546f6d9cf1addc", "rev": "e24b4c09e963677b1beea49d411cd315a024ad3a",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -37,6 +37,8 @@ with lib.metacfg;
piper piper
]; ];
zramSwap.enable = true;
services.ratbagd.enable = true; services.ratbagd.enable = true;
services.resolved.enable = true; services.resolved.enable = true;