Preparation for deployment library

This commit is contained in:
Filippo Berto 2022-08-31 16:04:33 +02:00
parent e4e09e1bf9
commit 1bc27dde82
No known key found for this signature in database
GPG key ID: FE98AE5EC52B1056
12 changed files with 420 additions and 73 deletions

View file

@ -0,0 +1,7 @@
{
users.users.bertof = {
isNormalUser = true;
extraGroups = [ "network" "networkmanager" "wheel" ];
openssh.authorizedKeys.keys = [ "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIN+zsSWZFFzQKnATCAvtG+iuSm4qkZHjCtHzGa9B/71W" ];
};
}