nix-serve: serve nix-store as binary cache

This commit is contained in:
Leonardo Eugênio 2022-12-19 23:24:45 -03:00
parent 110407e600
commit fb3cf428fc
3 changed files with 9 additions and 0 deletions

View file

@ -85,6 +85,7 @@
modules = [
./hosts/monolith.nix
./system/gitlab-runner.nix
./system/nix-serve.nix
./system/btusb-kernel-patches.nix
./system/amdgpu-kernel-patches.nix
] ++ common_modules;