rename vf2 to not522
All checks were successful
Hydra nixosConfigurations.not522 Hydra build #22174 of nixos-config:pr618:nixosConfigurations.not522

This commit is contained in:
Charlotte 🦝 Delenk 2024-10-29 15:03:27 +01:00
parent eacba29b95
commit 5845d41951
6 changed files with 8 additions and 7 deletions

View file

@ -1,20 +1,20 @@
keys: keys:
- &lotte age1tltjgexkp5fz3rum4j0k66ty5q4u8ptvkgkepumd20zal24g2qfs5xgw76 - &lotte age1tltjgexkp5fz3rum4j0k66ty5q4u8ptvkgkepumd20zal24g2qfs5xgw76
- &vf2 age1emv3kzvwgl36hgllrv7rlekqy3y3c6eztadl3lv09ks3z9vv6vdqw06yqa - &not522 age1emv3kzvwgl36hgllrv7rlekqy3y3c6eztadl3lv09ks3z9vv6vdqw06yqa
creation_rules: creation_rules:
- path_regex: machine/vf2/secrets\.yaml$ - path_regex: machine/not522/secrets\.yaml$
key_groups: key_groups:
- age: - age:
- *vf2 - *not522
- *lotte - *lotte
- path_regex: services/tailscale\.yaml$ - path_regex: services/tailscale\.yaml$
key_groups: key_groups:
- age: - age:
- *vf2 - *not522
- *lotte - *lotte
- path_regex: users/root/password\.yaml$ - path_regex: users/root/password\.yaml$
key_groups: key_groups:
- age: - age:
- *vf2 - *not522
- *lotte - *lotte

View file

@ -139,8 +139,8 @@
// inputs'; // inputs';
}); });
systems' = { systems' = {
vf2 = { not522 = {
config = ./machine/vf2; config = ./machine/not522;
system = "riscv64-linux"; system = "riscv64-linux";
}; };
}; };

View file

@ -3,6 +3,7 @@
nixos-hardware, nixos-hardware,
... ...
}: { }: {
networking.hostName = "not522";
imports = [ imports = [
"${nixos-config}/config" "${nixos-config}/config"
./disko.nix ./disko.nix