add ccache to build hosts
This commit is contained in:
parent
d5741df89e
commit
54cbe2dc17
2 changed files with 2 additions and 0 deletions
|
@ -14,6 +14,7 @@ in {
|
|||
./restic-server.nix
|
||||
];
|
||||
boot.binfmt.emulatedSystems = [ "aarch64-linux" ];
|
||||
programs.ccache.enable = true;
|
||||
networking = {
|
||||
hostName = "bolty";
|
||||
useDHCP = false;
|
||||
|
|
|
@ -59,6 +59,7 @@
|
|||
|
||||
};
|
||||
services.fprintd = { enable = true; };
|
||||
programs.ccache.enable = true;
|
||||
|
||||
home-manager.users.cyryl = { ... }: {
|
||||
imports = [ ../../home-manager/programs/alacritty.nix ];
|
||||
|
|
Loading…
Reference in a new issue