Compare commits
No commits in common. "238294b7bf5875cb8f8afacb2e213e506fcc7964" and "aa72401909d526dbad5a055a7561016dcc4afbbf" have entirely different histories.
238294b7bf
...
aa72401909
|
@ -9,8 +9,6 @@
|
|||
} // attrs;
|
||||
in
|
||||
lib.mapAttrs toSecret {
|
||||
"gandi/api-key" = {};
|
||||
|
||||
"users/alarsyo-hashed-password" = {};
|
||||
"users/root-hashed-password" = {};
|
||||
};
|
||||
|
|
|
@ -1,8 +0,0 @@
|
|||
age-encryption.org/v1
|
||||
-> ssh-ed25519 z6Eu8Q Z6nxu/Aj6YiouSwaHKO9o/VjDwkFeg1aUpxWDH0zYUc
|
||||
nN/e7E4mRe0u6r845FlT9QPYTAAoG7YQZY+igYNNd7Y
|
||||
-> LZ-grease 7/44AQ]n H&}_^ hIg#2Ic :cyUJma
|
||||
cyKzugByeYVVqVRXfi/a7RkreaM9vVNw8z1Jn+MaLZs1paE44QEe2Y2bsXA9tmai
|
||||
GSfOFlOBv82/Jhlc7xUK5w6RxgIBdmxtpEfRaUw
|
||||
--- jnsdwFTZU4wzsxo0piNFBchQtCuFQohGALt42YukeVA
|
||||
˜7wO˜ƒp8Òˆeu!¡CbìBRïî·zI×<49>Nìô•?C <09>éýW›õ[kG½ƒslãöÀZGÿØì™üÝ9nðL
|
|
@ -11,8 +11,6 @@ let
|
|||
all = users ++ machines;
|
||||
in
|
||||
{
|
||||
"gandi/api-key.age".publicKeys = [ poseidon ];
|
||||
|
||||
"restic-backup/boreal-password.age".publicKeys = [ alarsyo boreal ];
|
||||
"restic-backup/boreal-credentials.age".publicKeys = [ alarsyo boreal ];
|
||||
"restic-backup/zephyrus-password.age".publicKeys = [ alarsyo zephyrus ];
|
||||
|
|
|
@ -10,11 +10,14 @@ in {
|
|||
};
|
||||
|
||||
config.my.secrets = {
|
||||
shadow-hashed-password-alarsyo = fileContents ./shadow-hashed-password-alarsyo.secret;
|
||||
shadow-hashed-password-root = fileContents ./shadow-hashed-password-root.secret;
|
||||
miniflux-admin-credentials = fileContents ./miniflux-admin-credentials.secret;
|
||||
transmission-password = fileContents ./transmission.secret;
|
||||
nextcloud-admin-pass = ./nextcloud-admin-pass.secret;
|
||||
nextcloud-admin-user = fileContents ./nextcloud-admin-user.secret;
|
||||
lohr-shared-secret = fileContents ./lohr-shared-secret.secret;
|
||||
gandiKey = fileContents ./gandi-api-key.secret;
|
||||
|
||||
borg-backup = import ./borg-backup { inherit lib; };
|
||||
paperless = import ./paperless { inherit lib; };
|
||||
|
|
BIN
secrets/gandi-api-key.secret
Normal file
BIN
secrets/gandi-api-key.secret
Normal file
Binary file not shown.
BIN
secrets/shadow-hashed-password-alarsyo.secret
Normal file
BIN
secrets/shadow-hashed-password-alarsyo.secret
Normal file
Binary file not shown.
BIN
secrets/shadow-hashed-password-root.secret
Normal file
BIN
secrets/shadow-hashed-password-root.secret
Normal file
Binary file not shown.
|
@ -54,7 +54,7 @@ in
|
|||
"${domain}" = {
|
||||
extraDomainNames = [ "*.${domain}" ];
|
||||
dnsProvider = "gandiv5";
|
||||
credentialsFile = config.age.secrets."gandi/api-key".path;
|
||||
credentialsFile = pkgs.writeText "gandi-creds.env" gandiKey;
|
||||
group = "nginx";
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue