Skip to content

Commit

Permalink
Update dev machine SSH PUB key
Browse files Browse the repository at this point in the history
  • Loading branch information
Bert-Proesmans committed Dec 26, 2024
1 parent 9666a22 commit 8cd0a72
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion nixosModules/hosts/development/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"kvm" # Interact with forwarded VSOCK files
];
openssh.authorizedKeys.keys = [
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDUcKAUBNwlSZYiFc3xmCSSmdb6613MRQN+xq+CjZR7H bert@B-PC"
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILEeQ/KEIWbUKBc4bhZBUHsBB0yJVZmBuln8oSVrtcA5 bert@B-PC"
];
};

Expand Down
2 changes: 1 addition & 1 deletion nixosModules/profiles/crosvm-guest.nix
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"systemd-journal" # Read the systemd service journal without sudo
];
openssh.authorizedKeys.keys = [
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDUcKAUBNwlSZYiFc3xmCSSmdb6613MRQN+xq+CjZR7H bert@B-PC"
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILEeQ/KEIWbUKBc4bhZBUHsBB0yJVZmBuln8oSVrtcA5 bert@B-PC"
];
};

Expand Down
2 changes: 1 addition & 1 deletion nixosModules/profiles/qemu-guest-vm.nix
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"systemd-journal" # Read the systemd service journal without sudo
];
openssh.authorizedKeys.keys = [
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDUcKAUBNwlSZYiFc3xmCSSmdb6613MRQN+xq+CjZR7H bert@B-PC"
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILEeQ/KEIWbUKBc4bhZBUHsBB0yJVZmBuln8oSVrtcA5 bert@B-PC"
];
};

Expand Down
2 changes: 1 addition & 1 deletion nixosModules/profiles/server.nix
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"systemd-journal" # Read the systemd service journal without sudo
];
openssh.authorizedKeys.keys = [
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDUcKAUBNwlSZYiFc3xmCSSmdb6613MRQN+xq+CjZR7H bert@B-PC"
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILEeQ/KEIWbUKBc4bhZBUHsBB0yJVZmBuln8oSVrtcA5 bert@B-PC"
];
};
}
2 changes: 1 addition & 1 deletion packages/bootstrap.nix
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
description = "Bert Proesmans";
extraGroups = [ "wheel" ];
openssh.authorizedKeys.keys = [
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDUcKAUBNwlSZYiFc3xmCSSmdb6613MRQN+xq+CjZR7H bert@B-PC"
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILEeQ/KEIWbUKBc4bhZBUHsBB0yJVZmBuln8oSVrtcA5 bert@B-PC"
];
};

Expand Down

0 comments on commit 8cd0a72

Please sign in to comment.