Tiziano: access to s3 servers
This commit is contained in:
parent
669c45203b
commit
3e1b7adfc8
23 changed files with 352 additions and 177 deletions
10
modules/nixos/users/tiziano.nix
Normal file
10
modules/nixos/users/tiziano.nix
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
users.users.tiziano = {
|
||||
isNormalUser = true;
|
||||
extraGroups = [ ];
|
||||
openssh.authorizedKeys.keys = [
|
||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIDUZQHsId/If3Gyp3ReUixOHTISHHKR8qIyZw3cg6NXr tiziano@loki"
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue