diff options
author | polwex <polwex@sortug.com> | 2024-09-07 00:23:55 +0700 |
---|---|---|
committer | polwex <polwex@sortug.com> | 2024-09-07 00:23:55 +0700 |
commit | 479d74e5146a601c2244153e8aa89e723b30cbe5 (patch) | |
tree | ab4df0c3c3a39821825feb7447f084765d53c1b8 /hosts/cloud/sortug/configuration.nix | |
parent | 6a7fa5ae7c243b3dd1f0d5a4221c3b69a4bdbab7 (diff) |
m
Diffstat (limited to 'hosts/cloud/sortug/configuration.nix')
-rw-r--r-- | hosts/cloud/sortug/configuration.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hosts/cloud/sortug/configuration.nix b/hosts/cloud/sortug/configuration.nix index d409f83..87dca09 100644 --- a/hosts/cloud/sortug/configuration.nix +++ b/hosts/cloud/sortug/configuration.nix @@ -17,8 +17,7 @@ ./minio.nix # ./coturn.nix ./disk-config.nix - ../sing/mail.nix - # ./mail.nix + ./mail.nix ]; boot = { @@ -92,4 +91,5 @@ }; }; system.stateVersion = "24.05"; # Did you read the comment? + users.users.y.openssh.authorizedKeys.keys = ["ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIM+qXhCHNrSZmy4HEXaFn6xAp1w2GzQBMOfVdbR3E81Q cloudboxes"]; } |