Torjus Håkestad b9102b5a44
Some checks failed
Run nix flake check / flake-check (push) Failing after 4m22s
Periodic flake update / flake-update (push) Successful in 2m4s
Add zram for nix-cache
2025-05-27 21:28:09 +02:00

9 lines
100 B
Nix

{ ... }:
{
imports = [
./configuration.nix
../../services/nix-cache
./zram.nix
];
}