Skip to content

Commit

Permalink
services/sicp-staging: add root's keys for the sicp-staging user
Browse files Browse the repository at this point in the history
  • Loading branch information
linyinfeng committed Oct 10, 2024
1 parent b82d9f4 commit 78d1218
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixos/profiles/services/sicp-staging/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ in
extraGroups = [
config.users.groups.podman.name
];
openssh.authorizedKeys.keys = [
openssh.authorizedKeys.keys = config.users.users.root.openssh.authorizedKeys.keys ++ [
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGPFIcA9bW0fYc2i7aiGLaS3XaYnTCnqCCZtCKDaxG/4 sicp-staging-gitlab"
];
};
Expand Down

0 comments on commit 78d1218

Please sign in to comment.