add ccache to build hosts

This commit is contained in:
Cyryl Płotnicki 2022-12-12 19:41:11 +00:00
parent d5741df89e
commit 54cbe2dc17
2 changed files with 2 additions and 0 deletions

View file

@ -14,6 +14,7 @@ in {
./restic-server.nix
];
boot.binfmt.emulatedSystems = [ "aarch64-linux" ];
programs.ccache.enable = true;
networking = {
hostName = "bolty";
useDHCP = false;

View file

@ -59,6 +59,7 @@
};
services.fprintd = { enable = true; };
programs.ccache.enable = true;
home-manager.users.cyryl = { ... }: {
imports = [ ../../home-manager/programs/alacritty.nix ];