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