config

NixOS config
Log | Files | Refs | README | LICENSE

commit 158cdac672ec31a3b61dae9a04ee0832e996bfa2 (tree)
parent 1b57017b077b03f8aea771f2b62dc32229893035
Author: Motiejus Jakštys <motiejus@jakstys.lt>
Date:   Sat, 24 Aug 2024 20:15:45 +0300

add ssh8022

Diffstat:
Mflake.nix | 10++++++++++
Msecrets.nix | 1+
2 files changed, 11 insertions(+), 0 deletions(-)

diff --git a/flake.nix b/flake.nix @@ -152,6 +152,11 @@ syncthing-key.file = ./secrets/mtworx/syncthing/key.pem.age; syncthing-cert.file = ./secrets/mtworx/syncthing/cert.pem.age; + + ssh8022 = { + file = ./secrets/ssh8022.age; + owner = "motiejus"; + }; }; } ]; @@ -186,6 +191,11 @@ synapse-macaroon-secret-key.file = ./secrets/synapse/macaroon_secret_key.age; syncthing-key.file = ./secrets/fwminex/syncthing/key.pem.age; syncthing-cert.file = ./secrets/fwminex/syncthing/cert.pem.age; + + ssh8022 = { + file = ./secrets/ssh8022.age; + owner = "motiejus"; + }; }; } ]; diff --git a/secrets.nix b/secrets.nix @@ -65,4 +65,5 @@ in "secrets/motiejus_passwd_hash.age" "secrets/root_passwd_hash.age" "secrets/postfix_sasl_passwd.age" + "secrets/ssh8022.age" ]