rename vf2 to not522
All checks were successful
Hydra nixosConfigurations.not522 Hydra build #22174 of nixos-config:pr618:nixosConfigurations.not522
All checks were successful
Hydra nixosConfigurations.not522 Hydra build #22174 of nixos-config:pr618:nixosConfigurations.not522
This commit is contained in:
parent
eacba29b95
commit
5845d41951
6 changed files with 8 additions and 7 deletions
10
.sops.yaml
10
.sops.yaml
|
@ -1,20 +1,20 @@
|
|||
keys:
|
||||
- &lotte age1tltjgexkp5fz3rum4j0k66ty5q4u8ptvkgkepumd20zal24g2qfs5xgw76
|
||||
- &vf2 age1emv3kzvwgl36hgllrv7rlekqy3y3c6eztadl3lv09ks3z9vv6vdqw06yqa
|
||||
- ¬522 age1emv3kzvwgl36hgllrv7rlekqy3y3c6eztadl3lv09ks3z9vv6vdqw06yqa
|
||||
|
||||
creation_rules:
|
||||
- path_regex: machine/vf2/secrets\.yaml$
|
||||
- path_regex: machine/not522/secrets\.yaml$
|
||||
key_groups:
|
||||
- age:
|
||||
- *vf2
|
||||
- *not522
|
||||
- *lotte
|
||||
- path_regex: services/tailscale\.yaml$
|
||||
key_groups:
|
||||
- age:
|
||||
- *vf2
|
||||
- *not522
|
||||
- *lotte
|
||||
- path_regex: users/root/password\.yaml$
|
||||
key_groups:
|
||||
- age:
|
||||
- *vf2
|
||||
- *not522
|
||||
- *lotte
|
||||
|
|
|
@ -139,8 +139,8 @@
|
|||
// inputs';
|
||||
});
|
||||
systems' = {
|
||||
vf2 = {
|
||||
config = ./machine/vf2;
|
||||
not522 = {
|
||||
config = ./machine/not522;
|
||||
system = "riscv64-linux";
|
||||
};
|
||||
};
|
||||
|
|
|
@ -3,6 +3,7 @@
|
|||
nixos-hardware,
|
||||
...
|
||||
}: {
|
||||
networking.hostName = "not522";
|
||||
imports = [
|
||||
"${nixos-config}/config"
|
||||
./disko.nix
|
Loading…
Reference in a new issue