Some checks failed
Run nix flake check / flake-check (push) Has been cancelled
10 lines
134 B
Nix
10 lines
134 B
Nix
{ ... }:
|
|
{
|
|
imports = [
|
|
./configuration.nix
|
|
../../services/nix-cache
|
|
../../services/actions-runner
|
|
./zram.nix
|
|
];
|
|
}
|