First try at docker VM
This commit is contained in:
parent
3c77453787
commit
b4ffe6215b
4 changed files with 232 additions and 0 deletions
|
@ -9,6 +9,7 @@ let
|
|||
forgejo = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILMf3Cc/S0p/LFcW+RLMEqpxOOv8q/HrKO4I9joHmRxl root@forgejo";
|
||||
nginx = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKX2wkS9bpMy1+ITPtQclRkthOwksWBZOLa3bT9oLAe1 root@nixos-nginx";
|
||||
jellyfin = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIBiJb+U6LQ3KglTJqdUzwCVkKWqYoBuJXZ8BXXgCMqN5 root@jellyfin";
|
||||
docker = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIBiW/4iymJAZzG7wyUXVavcivjVZY9D2lNqGm4W2iDlD root@docker";
|
||||
|
||||
systems = [grafana onlyoffice postgresql forgejo nginx jellyfin];
|
||||
in {
|
||||
|
@ -39,4 +40,6 @@ in {
|
|||
"secrets/jellyfin-lapi-key.age".publicKeys = [tbarnouin jellyfin];
|
||||
|
||||
"secrets/redis-lapi-key.age".publicKeys = [tbarnouin redis];
|
||||
|
||||
"secrets/docker-lapi-key.age".publicKeys = [tbarnouin docker];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue