Skip to content

Commit

Permalink
Add an user for Themisto build agent
Browse files Browse the repository at this point in the history
Signed-off-by: Marko Kaapu <marko.kaapu@unikie.com>
  • Loading branch information
mkaapu committed Dec 19, 2023
1 parent b949c08 commit b3d3fb5
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
1 change: 1 addition & 0 deletions users/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,6 @@
user-cazfi = import ./cazfi.nix;
user-mkaapu = import ./mkaapu.nix;
user-karim = import ./karim.nix;
user-themisto = import ./themisto.nix;
};
}
13 changes: 13 additions & 0 deletions users/themisto.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# SPDX-FileCopyrightText: 2023 Technology Innovation Institute (TII)
#
# SPDX-License-Identifier: Apache-2.0
{
users.users = {
themisto = {
isNormalUser = true;
openssh.authorizedKeys.keys = [
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIMK29aVdB0Xucg9pFMqkY6fwUKV41enaWw4wP7fUjOvK cazfi@gerrit"
];
};
};
}

0 comments on commit b3d3fb5

Please sign in to comment.