encryption bitch

This commit is contained in:
Jurn Wubben 2025-03-28 00:10:28 +01:00
parent 63ca6ec886
commit 5fd055f04c
11 changed files with 168 additions and 31 deletions

8
secrets/secrets.nix Normal file
View file

@ -0,0 +1,8 @@
let
laptop = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHB3qkRCskSMiAs2kLTsG+ruESK4h1pP1FHm+rVnKWx4";
systems = [laptop];
in {
"transfer-sh.age".publicKeys = systems;
"password.age".publicKeys = systems;
}