ice
This commit is contained in:
@@ -33,15 +33,15 @@
|
||||
|
||||
nix = {
|
||||
linux-builder = {
|
||||
enable = true;
|
||||
enable = false;
|
||||
config = (
|
||||
{ ... }:
|
||||
{
|
||||
virtualisation.cores = 6;
|
||||
environment.etc."ccache.conf".text = ''
|
||||
remote_storage: redis://jallen-nas.local:6363
|
||||
remote_only: true
|
||||
'';
|
||||
# environment.etc."ccache.conf".text = ''
|
||||
# remote_storage: redis://jallen-nas.local:6363
|
||||
# remote_only: true
|
||||
# '';
|
||||
# programs.ccache.cacheDir = "/etc/ccache";
|
||||
# systemd.tmpfiles.rules = [
|
||||
# # "d /var/cache/ccache 0770 builder nixbld -"
|
||||
|
||||
Reference in New Issue
Block a user