mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 23:43:30 +00:00
nixos/shellhub-agent: use new configuration variables
The old variables still work but will eventually stop to be supported so move to the new ones. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
This commit is contained in:
parent
a62471fc65
commit
60158bfc22
@ -68,9 +68,9 @@ in
|
||||
"time-sync.target"
|
||||
];
|
||||
|
||||
environment.SERVER_ADDRESS = cfg.server;
|
||||
environment.PRIVATE_KEY = cfg.privateKey;
|
||||
environment.TENANT_ID = cfg.tenantId;
|
||||
environment.SHELLHUB_SERVER_ADDRESS = cfg.server;
|
||||
environment.SHELLHUB_PRIVATE_KEY = cfg.privateKey;
|
||||
environment.SHELLHUB_TENANT_ID = cfg.tenantId;
|
||||
|
||||
serviceConfig = {
|
||||
# The service starts sessions for different users.
|
||||
|
Loading…
Reference in New Issue
Block a user