diff options
| author | 2025-04-27 20:32:41 +0200 | |
|---|---|---|
| committer | 2025-04-27 20:32:41 +0200 | |
| commit | 41c064c04db3e285182c66b3534b498bb838eb43 (patch) | |
| tree | 5aea5b436935465af101c8de0f9f11f7f14f2824 /guix/turing.scm | |
| parent | Deploy simple nginx config to turing (diff) | |
Add lovelace ACL key to turing
Diffstat (limited to 'guix/turing.scm')
| -rw-r--r-- | guix/turing.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/guix/turing.scm b/guix/turing.scm index 27f6c3a..45027ba 100644 --- a/guix/turing.scm +++ b/guix/turing.scm @@ -162,7 +162,8 @@ (guix-configuration (inherit config) (authorized-keys - (append (list (guix-archive-key "jc")) + (append (list (guix-archive-key "jc") + (guix-archive-key "lovelace")) %default-authorized-guix-keys)))))))) ; local deployments: |