mirror of
https://github.com/ryanccn/flake.git
synced 2025-12-06 08:10:43 +01:00
feat: initial commit
This commit is contained in:
commit
dd089fe75c
21 changed files with 983 additions and 0 deletions
5
secrets/secrets.nix
Normal file
5
secrets/secrets.nix
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
let
|
||||
main = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFthNLv08xufLf09hObm+COlDdYDL4WuH9f+PZm54M3I";
|
||||
in {
|
||||
"attic.toml.age".publicKeys = [main];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue