diff --git a/hosts/phone/default.nix b/hosts/phone/default.nix index c42a340..489ab44 100644 --- a/hosts/phone/default.nix +++ b/hosts/phone/default.nix @@ -12,5 +12,5 @@ # signing.keyStorePath = "/var/secrets/android-keys"; # A _string_ of the path for the key store. # Build with ccache - # ccache.enable = true; + ccache.enable = true; }