fmt ++
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
{
|
||||
config,
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
@@ -35,7 +34,8 @@
|
||||
nix = {
|
||||
linux-builder = {
|
||||
enable = true;
|
||||
config = ({ pkgs, ... }:
|
||||
config = (
|
||||
{ ... }:
|
||||
{
|
||||
virtualisation.cores = 6;
|
||||
environment.etc."ccache.conf".text = ''
|
||||
@@ -47,7 +47,8 @@
|
||||
# "d /var/cache/ccache 0770 builder nixbld -"
|
||||
"p+ /var/cache/ccache/ccache.conf - - - - /etc/ccache.conf"
|
||||
];
|
||||
});
|
||||
}
|
||||
);
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
# https://search.nixos.org/options and in the NixOS manual (`nixos-help`).
|
||||
|
||||
{
|
||||
lib,
|
||||
namespace,
|
||||
...
|
||||
}:
|
||||
|
||||
@@ -1,4 +1,9 @@
|
||||
{ config, lib, namespace, ... }:
|
||||
{
|
||||
config,
|
||||
lib,
|
||||
namespace,
|
||||
...
|
||||
}:
|
||||
let
|
||||
inherit (lib.${namespace}) enabled disabled;
|
||||
in
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{ config, pkgs, ... }:
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
# Services configs
|
||||
services = {
|
||||
|
||||
@@ -16,7 +16,6 @@
|
||||
# systems, # An attribute map of your defined hosts.
|
||||
|
||||
# All other arguments come from the system system.
|
||||
config,
|
||||
...
|
||||
}:
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user