diff options
Diffstat (limited to '')
-rw-r--r-- | system/secrets/default.nix | 8 | ||||
-rw-r--r-- | system/secrets/secrets.nix | 9 |
2 files changed, 17 insertions, 0 deletions
diff --git a/system/secrets/default.nix b/system/secrets/default.nix new file mode 100644 index 0000000..da21482 --- /dev/null +++ b/system/secrets/default.nix @@ -0,0 +1,8 @@ +{...}: { + age = { + secrets = { + }; + }; +} +# vim: ts=2 + 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 + |