diff options
author | Emile <git@emile.space> | 2024-07-21 17:50:30 +0200 |
---|---|---|
committer | Emile <git@emile.space> | 2024-07-21 17:50:30 +0200 |
commit | 446115b4e3e34b7c7bf0ff9b5f01b0d3a22ce808 (patch) | |
tree | d393df6025520bcf8743410788b9fd461f1da101 | |
parent | 28659103ec8b89410119e5b9cb224b137213a7f4 (diff) |
gotosocial secret
-rw-r--r-- | nix/hosts/corrino/secrets/gotosocial_oidc_secret.age | 7 | ||||
-rw-r--r-- | nix/hosts/corrino/www/hydra.emile.space.nix | 3 |
2 files changed, 1 insertions, 9 deletions
diff --git a/nix/hosts/corrino/secrets/gotosocial_oidc_secret.age b/nix/hosts/corrino/secrets/gotosocial_oidc_secret.age deleted file mode 100644 index 97c137d..0000000 --- a/nix/hosts/corrino/secrets/gotosocial_oidc_secret.age +++ /dev/null @@ -1,7 +0,0 @@ -age-encryption.org/v1 --> ssh-ed25519 gvwQ2Q vEFIHqykCjD9ovHnoLclnIy5QMw9zUycM/slN51X418 -iVIkw3sjSett8bStg2xsoQfzV7JHnkwbIJXj7TZJQJY --> ssh-ed25519 m8VklA B3q5dWVEY6DXYJ6FnEoxw5Z8mxee38AdShGtjCcBAgM -gFE0Azw1d0mRImAAJif/vfVwS5IKNEid4TlXz84w8i4 ---- 0CR4WyrtOz+WrfvIqENf+3Z3ym8Ajmld1CVtL/7xJXc -2lCg3?3-o|hr#mMHBE賟̖Bz#W)۰cP.k.(9S9MS#]0WgS· g\c9@f \ No newline at end of file diff --git a/nix/hosts/corrino/www/hydra.emile.space.nix b/nix/hosts/corrino/www/hydra.emile.space.nix index 1d1fa0a..1d167ce 100644 --- a/nix/hosts/corrino/www/hydra.emile.space.nix +++ b/nix/hosts/corrino/www/hydra.emile.space.nix @@ -1,4 +1,4 @@ -{ config, ... }: +{ config, pkgs, ... }: let ports = import ../ports.nix; @@ -30,7 +30,6 @@ in { # Directory that holds Hydra garbage collector roots. gcRootsDir = "/nix/var/nix/gcroots/hydra"; - # a standalone hydra will require you to unset the buildMachinesFiles list to avoid using a nonexistant /etc/nix/hosts buildMachinesFiles = []; # you will probably also want, otherwise *everything* will be built from scratch |