added niklas as friend

This commit is contained in:
Julien Malka 2023-12-29 17:54:33 +01:00
parent 4e29b67e29
commit aaef0b57ee
No known key found for this signature in database
GPG key ID: 6FC74C847011FD83
3 changed files with 11 additions and 1 deletions

View file

@ -66,6 +66,6 @@ in
};
};
nix.settings.trusted-users = [ "raito" "luj" "gdd" "akechi" "tomate" ];
nix.settings.trusted-users = [ "raito" "luj" "gdd" "akechi" "tomate" "fuckuniklas" ];
};
}

View file

@ -24,5 +24,14 @@ in
extraGroups = [ "wheel" ] ++ trustedFriendGroups;
openssh.authorizedKeys.keyFiles = [ ./keys/linus.keys ];
};
fuckuniklas = {
isNormalUser = true;
home = "/home/fuckuniklas";
shell = "/run/current-system/sw/bin/zsh";
uid = 2002;
extraGroups = trustedFriendGroups;
openssh.authorizedKeys.keyFiles = [ ./keys/niklas.keys ];
};
};
}

View file

@ -0,0 +1 @@
sk-ssh-ed25519@openssh.com AAAAGnNrLXNzaC1lZDI1NTE5QG9wZW5zc2guY29tAAAAINHd1ay1FSTHZzE+3XCdUiS5efFmJ9GUvx4+7F5uXVtMAAAABHNzaDo= nikstur