.
This commit is contained in:
@@ -44,9 +44,16 @@ in
|
|||||||
"wheel"
|
"wheel"
|
||||||
"docker"
|
"docker"
|
||||||
];
|
];
|
||||||
|
openssh.authorizedKeys.keys = vars.sshKey;
|
||||||
|
};
|
||||||
|
users.godot = {
|
||||||
|
isNormalUser = true;
|
||||||
|
extraGroups = [
|
||||||
|
];
|
||||||
openssh.authorizedKeys.keys = [
|
openssh.authorizedKeys.keys = [
|
||||||
vars.sshKey
|
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHd9zC2Hux0OW57hQ2djiisa2jyTrZOQcS2FLFkQohvI rangelsm2013@gmail.com"
|
||||||
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJZyQIEUCZPUJBocZGx/MUq/WWRSP6O1+rOB2kWHV6Lm u0_a369@localhost"
|
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHr63aXlTSmorypxb689ApdqjEmyTKJbLtelYsvQpBdu darkgui@protonmail.com"
|
||||||
|
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIIbKfzdNXMkQ0ADyH+Hgx7uqRx3HdJ0Y+PFZ3lmYz8Q0 rangelsm2013@gmail.com"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -1,7 +1,10 @@
|
|||||||
{
|
{
|
||||||
hostname = "darkgui-vps"; # Replace with your desired hostname.
|
hostname = "darkgui-vps"; # Replace with your desired hostname.
|
||||||
username = "nixos"; # Replace with your desired username.
|
username = "nixos"; # Replace with your desired username.
|
||||||
sshKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHr63aXlTSmorypxb689ApdqjEmyTKJbLtelYsvQpBdu darkgui@protonmail.com"; # Replace with your SSH public key.
|
sshKey = [
|
||||||
|
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHr63aXlTSmorypxb689ApdqjEmyTKJbLtelYsvQpBdu darkgui@protonmail.com"
|
||||||
|
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJZyQIEUCZPUJBocZGx/MUq/WWRSP6O1+rOB2kWHV6Lm u0_a369@localhost"
|
||||||
|
]; # Replace with your SSH public key.
|
||||||
locale = "pt_BR.UTF-8";
|
locale = "pt_BR.UTF-8";
|
||||||
timezone = "America/Bahia";
|
timezone = "America/Bahia";
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user