Skip to content

Commit

Permalink
Remove mika and mkaapu users
Browse files Browse the repository at this point in the history
Remove mika and mkaapu users from ghaf-infra user
and from testagents

Signed-off-by: Ville-Pekka Juntunen <[email protected]>
  • Loading branch information
vjuntunen committed Jan 3, 2025
1 parent 5eb505a commit d867799
Show file tree
Hide file tree
Showing 13 changed files with 3 additions and 55 deletions.
1 change: 0 additions & 1 deletion hosts/binarycache/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
user-jrautiola
user-cazfi
user-hrosten
user-mkaapu
user-avnik
]);

Expand Down
2 changes: 0 additions & 2 deletions hosts/builders/ficolo.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,7 @@
user-cazfi
user-hrosten
user-jrautiola
user-mkaapu
user-karim
user-mika
]);

nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
Expand Down
2 changes: 0 additions & 2 deletions hosts/builders/hetzarm/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,7 @@
user-cazfi
user-hrosten
user-jrautiola
user-mkaapu
user-karim
user-mika
user-github
user-remote-build
]);
Expand Down
1 change: 0 additions & 1 deletion hosts/ghaf-log/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
user-cazfi
user-hrosten
user-karim
user-mkaapu
user-ktu
user-bmg
user-vunnyso
Expand Down
2 changes: 0 additions & 2 deletions hosts/ghaf-proxy/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,10 @@
user-fayad
user-cazfi
user-karim
user-mika
user-bmg
user-flokli
user-hrosten
user-ktu
user-mkaapu
user-vjuntunen
user-alextserepov
]);
Expand Down
1 change: 0 additions & 1 deletion hosts/himalia/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
user-cazfi
user-karim
user-barna
user-mika
]);

nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
Expand Down
1 change: 0 additions & 1 deletion hosts/testagent/release/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
user-ktu
user-cazfi
user-karim
user-mika
]);

sops.defaultSopsFile = ./secrets.yaml;
Expand Down
7 changes: 1 addition & 6 deletions ssh-keys.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,6 @@ hrosten:
jrautiola:
- ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGlFqSQFoSSuAS1IjmWBFXie329I5Aqf71QhVOnLTBG+ joonas@x1
- ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIB3h/Aj66ndKFtqpQ8H53tE9KbbO0obThC0qbQQKFQRr joonas@zeus
mkaapu:
- ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJYpWmLovw4yIfjhWZ75PgtVfk9ZUcYHRLORcDltoufa mkaapu@nixzure
- ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIE6WDXGfrD+WfY2+eP+/c4NrEOeCGpEOE2TcTlwxWXho [email protected]
mika:
- ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKoroafXsrWkoLewJ7EYcHodqlYILV2T8xtRo6RL99vz mika@nixos
karim:
- ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIOWo1W2XgAYxqntPxdI0k7K/3EgWB6lAaPkEwUwUT2Ey karim@nixos
cazfi:
Expand All @@ -25,4 +20,4 @@ vjuntunen:
ktu:
- ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIBeMFr++WulL/hQKejDnE1ePRQscLp7LvLAy/DyLW4AU
alextserepov:
- ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJvQdncdNCFMw7f0Xln40H/u0fJp82tVrQMEHtSdvP6m [email protected]
- ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJvQdncdNCFMw7f0Xln40H/u0fJp82tVrQMEHtSdvP6m [email protected]
2 changes: 1 addition & 1 deletion terraform/binary-cache.tf
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ module "binary_cache_vm" {

virtual_machine_custom_data = join("\n", ["#cloud-config", yamlencode({
users = [
for user in toset(["bmg", "flokli", "hrosten", "jrautiola", "vjuntunen", "mkaapu", "karim", "cazfi", "mika"]) : {
for user in toset(["bmg", "flokli", "hrosten", "jrautiola", "vjuntunen", "karim", "cazfi"]) : {
name = user
sudo = "ALL=(ALL) NOPASSWD:ALL"
ssh_authorized_keys = local.ssh_keys[user]
Expand Down
2 changes: 1 addition & 1 deletion terraform/jenkins-controller.tf
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ module "jenkins_controller_vm" {

virtual_machine_custom_data = join("\n", ["#cloud-config", yamlencode({
users = [
for user in toset(["bmg", "flokli", "hrosten", "jrautiola", "mkaapu", "mika", "karim", "cazfi", "vjuntunen", "ktu", "alextserepov"]) : {
for user in toset(["bmg", "flokli", "hrosten", "jrautiola", "karim", "cazfi", "vjuntunen", "ktu", "alextserepov"]) : {
name = user
sudo = "ALL=(ALL) NOPASSWD:ALL"
ssh_authorized_keys = local.ssh_keys[user]
Expand Down
2 changes: 0 additions & 2 deletions users/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,8 @@
user-hrosten = import ./hrosten.nix;
user-jrautiola = import ./jrautiola.nix;
user-cazfi = import ./cazfi.nix;
user-mkaapu = import ./mkaapu.nix;
user-karim = import ./karim.nix;
user-barna = import ./barna.nix;
user-mika = import ./mika.nix;
user-ktu = import ./ktu.nix;
user-avnik = import ./avnik.nix;
user-flokli = import ./flokli.nix;
Expand Down
18 changes: 0 additions & 18 deletions users/mika.nix

This file was deleted.

17 changes: 0 additions & 17 deletions users/mkaapu.nix

This file was deleted.

0 comments on commit d867799

Please sign in to comment.