build02: turn off store watcher and install communit-cache credentials for r-ryantm
This commit is contained in:
parent
cc528dfb6b
commit
7595acfddf
2 changed files with 5 additions and 1 deletions
|
@ -9,7 +9,6 @@
|
|||
../roles/common.nix
|
||||
../roles/hetzner-network.nix
|
||||
../roles/nginx.nix
|
||||
../roles/nix-community-cache.nix
|
||||
];
|
||||
|
||||
# /boot is a mirror raid
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue