Remove microvm and correct build for nginx
This commit is contained in:
parent
126dd2cf53
commit
64986d2883
3 changed files with 28 additions and 184 deletions
|
@ -6,10 +6,11 @@ let
|
|||
onlyoffice = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIAEHTFFQoi8PtzkdTEeA5lGELFS01J51GLLjrnySJM7R root@onlyoffice";
|
||||
postgresql = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIJW7qA7j1sICuu1RAfs9ifR9dmOlHq45tKu1ga7CKaob root@pgsql";
|
||||
forgejo = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILMf3Cc/S0p/LFcW+RLMEqpxOOv8q/HrKO4I9joHmRxl root@forgejo";
|
||||
nginx = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKX2wkS9bpMy1+ITPtQclRkthOwksWBZOLa3bT9oLAe1 root@nixos-nginx";
|
||||
|
||||
systems = [grafana onlyoffice postgresql forgejo];
|
||||
in {
|
||||
"secrets/initialPassword.age".publicKeys = users ++ systems;
|
||||
"initialPassword.age".publicKeys = users ++ systems;
|
||||
|
||||
"services/grafana/secrets/grafana-db.age".publicKeys = [tbarnouin grafana];
|
||||
"services/grafana/secrets/grafana-oauth_secret.age".publicKeys = [tbarnouin grafana];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue