mirror of
https://github.com/archtechx/nix.git
synced 2025-12-12 11:24:04 +00:00
Add comment about generate-ssh-key
This commit is contained in:
parent
5495a4e309
commit
4b77c21572
1 changed files with 3 additions and 1 deletions
|
|
@ -84,6 +84,8 @@ in {
|
||||||
|
|
||||||
# SSH key generation for git deployments
|
# SSH key generation for git deployments
|
||||||
# Note: keep in sync with laravel.nix
|
# Note: keep in sync with laravel.nix
|
||||||
|
# Unlike laravel.nix, the key here includes username, not the site name since static-generic
|
||||||
|
# can be used for multiple sites
|
||||||
systemd.services."generate-ssh-key-${username}" = lib.mkIf generateSshKey {
|
systemd.services."generate-ssh-key-${username}" = lib.mkIf generateSshKey {
|
||||||
description = "Generate SSH key for ${username}";
|
description = "Generate SSH key for ${username}";
|
||||||
wantedBy = [ "multi-user.target" ];
|
wantedBy = [ "multi-user.target" ];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue