nix: first updates
This commit is contained in:
parent
39643701c8
commit
0cadeb1031
10 changed files with 246 additions and 48 deletions
5
secrets/default.nix
Normal file
5
secrets/default.nix
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
{...}: let
|
||||
key = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIP7vhngCJL3jcyNGbSC0ke1CwW9/gn/bcTe0kGc1lbIu prin@nixos";
|
||||
in {
|
||||
"forgejo-admin.age".publicKeys = [key];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue