Remove myself (timokau) from users
Now that marvin-mk2 is discontinued, I do not need access anymore. The less people with access the better.
This commit is contained in:
parent
7fd62185b9
commit
66e76b1165
1 changed files with 0 additions and 20 deletions
|
@ -1,20 +0,0 @@
|
|||
{ config, pkgs, lib, ... }:
|
||||
let
|
||||
userLib = import ./lib.nix { inherit lib; };
|
||||
keys = [
|
||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIL0B85hC3DH2QDmhbaeAItRSdERs/3kKz+GEDPqDCXeE"
|
||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEv6hnwYUT6oQvHmRK08IN8GnW9vywF/bpcDEq3jn9QP"
|
||||
];
|
||||
|
||||
in
|
||||
{
|
||||
users.users.timo = {
|
||||
openssh.authorizedKeys.keys = keys;
|
||||
useDefaultShell = true;
|
||||
isNormalUser = true;
|
||||
extraGroups = [
|
||||
"wheel" "trusted"
|
||||
];
|
||||
uid = userLib.mkUid "timo";
|
||||
};
|
||||
}
|
Loading…
Add table
Reference in a new issue