mirror of
https://github.com/Mic92/nixos-wiki-infra.git
synced 2024-11-24 17:23:34 +01:00
update target name in .sops.yaml
This commit is contained in:
parent
e3b2f15a68
commit
d92b3a27b3
@ -5,7 +5,7 @@ keys:
|
||||
- &julienmalka age109qksyjgdnf7elnk98dh4vtxt0epju7xjemlqng0j0x75st5zg9qm9h3hy
|
||||
|
||||
creation_rules:
|
||||
- path_regex: targets/nixos-wiki2\.thalheim\.io/secrets\.yaml$
|
||||
- path_regex: targets/nixos-wiki\.nixos\.org/secrets/*
|
||||
key_groups:
|
||||
- age:
|
||||
- *joerg
|
||||
|
@ -25,6 +25,6 @@ in
|
||||
noReplyAddress = "nixos-wiki-no-reply@thalheim.io";
|
||||
};
|
||||
|
||||
sops.defaultSopsFile = ./secrets.yaml;
|
||||
sops.defaultSopsFile = ./secrets/secrets.yaml;
|
||||
boot.loader.grub.devices = lib.mkForce [ "/dev/sda" ];
|
||||
}
|
||||
|
@ -14,7 +14,7 @@ module "wiki" {
|
||||
domain = "nixos-wiki2.thalheim.io"
|
||||
nixos_flake_attr = "nixos-wiki-nixos-org"
|
||||
nixos_vars_file = "${path.module}/nixos-vars.json"
|
||||
sops_file = abspath("${path.module}/secrets.yaml")
|
||||
sops_file = abspath("${path.module}/secrets/secrets.yaml")
|
||||
tags = {
|
||||
Terraform = "true"
|
||||
Target = "wiki.nixos.org"
|
||||
|
Loading…
Reference in New Issue
Block a user