summary refs log tree commit diff stats
path: root/system/secrets
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2023-07-08 15:34:45 +0200
committerSoispha <soispha@vhack.eu>2023-07-08 16:01:57 +0200
commit78b566e8bafa61bd9d7dbcbbc11ad568982c2389 (patch)
treeb6a506e719f3037c41568f290527b24a21ea95f8 /system/secrets
parentFix(system/services/nix-sync): Nix build needs access to /proc/stat (diff)
downloadnixos-server-78b566e8bafa61bd9d7dbcbbc11ad568982c2389.tar.gz
nixos-server-78b566e8bafa61bd9d7dbcbbc11ad568982c2389.zip
Feat(flake): Add agenix module
Diffstat (limited to 'system/secrets')
-rw-r--r--system/secrets/default.nix8
-rw-r--r--system/secrets/secrets.nix9
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
+