build02: turn off store watcher and install communit-cache credentials for r-ryantm

This commit is contained in:
Ryan Mulligan 2021-12-05 12:18:21 -08:00
parent cc528dfb6b
commit 7595acfddf
2 changed files with 5 additions and 1 deletions

View file

@ -9,7 +9,6 @@
../roles/common.nix
../roles/hetzner-network.nix
../roles/nginx.nix
../roles/nix-community-cache.nix
];
# /boot is a mirror raid

View file

@ -138,6 +138,11 @@ in
group = "r-ryantm";
};
sops.secrets.nix-community-cachix = {
path = "/home/r-ryantm/cachix.dhall";
sopsFile = ../roles/nix-community-cache.yaml;
};
services.nginx.virtualHosts."r.ryantm.com" = {
forceSSL = true;
enableACME = true;