diff options
Diffstat (limited to '')
-rw-r--r-- | system/secrets/secrets.nix | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/system/secrets/secrets.nix b/system/secrets/secrets.nix new file mode 100644 index 0000000..a6e6c73 --- /dev/null +++ b/system/secrets/secrets.nix @@ -0,0 +1,9 @@ +let + soispha = "age1mshh4ynzhhzhff25tqwkg4j054g3xwrfznh98ycchludj9wjj48qn2uffn"; + #sils = "TODO"; + + server1 = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIO208EumnJ4kROzrOU3H1xPQQGHuqKP6KuRt/ofhUsoX"; +in { +} +# vim: ts=2 + |