almost ready. now to harden
This commit is contained in:
parent
29cbf8b2d8
commit
e856c0dfb1
20 changed files with 539 additions and 58 deletions
8
secrets/bind_pw
Normal file
8
secrets/bind_pw
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
age-encryption.org/v1
|
||||
-> ssh-ed25519 OPPxWw Slc68CGLIV6b8991IWvlIPpkdBxDG6hH3ytF+eWlZS0
|
||||
CZFb1fdZ67vbZHwhQUokWwHL7NOapVfOgx1sk+Z8rp4
|
||||
-> ssh-ed25519 aO1l/A R8fGdM3+lIABd5s8uPQUibKm3zhqYvvn4w4mEZuy9B4
|
||||
J/YMkcSa76rhuq64UCYc8Q4GVRh/jdYVKWU8V7LQ+i4
|
||||
--- tD1M4bRODHpYr9AnDocT8hN+TZUB11QMq9KytykLb5k
|
||||
レキ
|
||||
イトNヘウ式y<EFBFBD>疑<EFBFBD>、gY0マ2pLミDセト=*ウ。k蚯ニネ<EFBE86>oを
|
||||
BIN
secrets/nextcloud-admin-pass
Normal file
BIN
secrets/nextcloud-admin-pass
Normal file
Binary file not shown.
14
secrets/secrets.nix
Normal file
14
secrets/secrets.nix
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
let
|
||||
user = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHxah5pnxmk+P7HtwRsryDoAHZsDs5RcGP9IPCNg1KFe cardno:16_179_196";
|
||||
users = [ user ];
|
||||
|
||||
system = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIMKxw1fDsIUUh3vWCD90LDgDMAG/NSVRg7QamUbknz5A root@distrust";
|
||||
systems = [ system ];
|
||||
|
||||
all = users ++ systems;
|
||||
in
|
||||
{
|
||||
"bind_pw".publicKeys = all;
|
||||
"nextcloud-admin-pass".publicKeys = all;
|
||||
"vaultwarden.env".publicKeys = all;
|
||||
}
|
||||
BIN
secrets/vaultwarden.env
Normal file
BIN
secrets/vaultwarden.env
Normal file
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue