small updates
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Vivian 2023-01-26 18:04:19 +01:00
parent 58a4362d1e
commit e4afa9014b
4 changed files with 16 additions and 17 deletions

View file

@ -131,6 +131,7 @@ in {
# Kubernetes endpoints
virtualHosts."0x76.dev" = k8s_proxy;
virtualHosts."internal.xirion.net" = k8s_proxy;
virtualHosts."blog.xirion.net" = k8s_proxy;
};
services.nginx.commonHttpConfig = ''

View file

@ -114,9 +114,7 @@
# Enable ccache
programs.ccache.enable = true;
programs.ccache.packageNames = [
# "linux"
# "webkitgtk"
# "qtwebengine"
"evolution-data-server"
];
nix.settings.extra-sandbox-paths =
[ (toString config.programs.ccache.cacheDir) ];