feat(whitby): add V
Change-Id: I887760edd67135df4e2f58a874314b317838d2e8 Reviewed-on: https://cl.tvl.fyi/c/depot/+/1787 Tested-by: BuildkiteCI Reviewed-by: tazjin <mail@tazj.in>
This commit is contained in:
parent
8179fb6285
commit
b8fe5469c6
3 changed files with 16 additions and 0 deletions
|
@ -389,6 +389,12 @@ in lib.fix(self: {
|
|||
openssh.authorizedKeys.keys = depot.users.eta.keys.whitby;
|
||||
};
|
||||
|
||||
users.v = {
|
||||
isNormalUser = true; # Questionable...
|
||||
extraGroups = [ "git" ];
|
||||
openssh.authorizedKeys.keys = depot.users.v.keys.whitby;
|
||||
};
|
||||
|
||||
# Set up a user & group for git shenanigans
|
||||
groups.git = {};
|
||||
users.git = {
|
||||
|
|
3
users/v/OWNERS
Normal file
3
users/v/OWNERS
Normal file
|
@ -0,0 +1,3 @@
|
|||
inherited: false
|
||||
owners:
|
||||
- V
|
7
users/v/keys.nix
Normal file
7
users/v/keys.nix
Normal file
|
@ -0,0 +1,7 @@
|
|||
{ ... }:
|
||||
|
||||
{
|
||||
whitby = [
|
||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKPY9bqtJ1AV+3/2DId2/p1jg4FQi1EHvEkVrfNdfhwq v@february"
|
||||
];
|
||||
}
|
Loading…
Reference in a new issue