Skip to content

Commit

Permalink
remove x390
Browse files Browse the repository at this point in the history
  • Loading branch information
ALinkbetweenNets committed Dec 16, 2024
1 parent df8e9a6 commit fa18f79
Show file tree
Hide file tree
Showing 8 changed files with 0 additions and 274 deletions.
2 changes: 0 additions & 2 deletions .sops.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ keys:
- &snvnarr_l age1mwhj6e0tjarsrh2trsdgtd7d34szqcakylqkw2dve2ps72yes9zqqq3ynu
- &vn_l age1hqwmpc6eawher5rju0g0m0e507pnwn38pc89ml22znzc98gv05sshkny9z
- &xn_l age1zfrv9esrwa3dlx2yamfxz33w2dn4rkc3m54x0xje2nve4fhrtfuqlqv3f4
- &x390_l age1lummhsag5zpwn6yws4m8nvz56g2gwyrpdf4dpqvehjmp7rt4r9dszqfuru
creation_rules:
- path_regex: secrets/[^/]+\.(yaml|json|env|ini)$
key_groups:
Expand All @@ -20,4 +19,3 @@ creation_rules:
- *snvnarr_l
- *vn_l
- *xn_l
- *x390_l
6 changes: 0 additions & 6 deletions .woodpecker/x86-linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -233,24 +233,18 @@
},
{
"commands": [
"nix build '.#nixosConfigurations.xn.config.system.build.toplevel' -o 'result-x390'"
],
"image": "bash",
"name": "Build x390"
},
{
"commands": [
"nix path-info --closure-size -h $(readlink -f 'result-x390')"
],
"image": "bash",
"name": "Show x390 info"
},
{
"commands": [
"attic push lounge-rocks:nix-cache 'result-x390'"
],
"image": "bash",
"name": "Push x390 to Attic"
}
]
}
87 changes: 0 additions & 87 deletions machines/x390/configuration.nix

This file was deleted.

66 changes: 0 additions & 66 deletions machines/x390/disk-config.nix

This file was deleted.

55 changes: 0 additions & 55 deletions machines/x390/hardware-configuration-x390.nix

This file was deleted.

56 changes: 0 additions & 56 deletions machines/x390/hardware-configuration.nix

This file was deleted.

1 change: 0 additions & 1 deletion modules/users/l.nix
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ in {
shell = "${pkgs.zsh}/bin/zsh";
openssh.authorizedKeys.keys = [
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIIOaLOyxsr6wgj0JoG/OrDywND2hG2nblOGUuZBPFG1U l@xn"
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIM0skthdvhy0oNOD/nbZ4H6tcMOffiNiRlquVTtdZIy/ l@x390"
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINI74luZ3xJcgaZYHzn5DtSpYufml+SbhZQV12gWGShS l@dn"
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIIj1OASl4OePBngiPlI4hixiD1GBlPOSoVNeoEcD23d+ l@fn"
];
Expand Down
1 change: 0 additions & 1 deletion modules/users/root.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ in {
users.users.root = {
openssh.authorizedKeys.keys = [
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIIOaLOyxsr6wgj0JoG/OrDywND2hG2nblOGUuZBPFG1U l@xn"
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIM0skthdvhy0oNOD/nbZ4H6tcMOffiNiRlquVTtdZIy/ l@x390"
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINI74luZ3xJcgaZYHzn5DtSpYufml+SbhZQV12gWGShS l@dn"
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIIj1OASl4OePBngiPlI4hixiD1GBlPOSoVNeoEcD23d+ l@fn"
];
Expand Down

0 comments on commit fa18f79

Please sign in to comment.