about summary refs log tree commit diff
path: root/flake.nix
diff options
context:
space:
mode:
authorMel <einebeere@gmail.com>2024-12-30 16:46:40 +0100
committerMel <einebeere@gmail.com>2024-12-30 16:50:08 +0100
commite062b2741ff294e1f3e88fe7253c1a8482f4b249 (patch)
treed9af95a192f32c90be35297ef86141985b17e342 /flake.nix
parenta416a9fb83def3bc00c04d57ef9d2284c2c1df4e (diff)
downloadspecimen-e062b2741ff294e1f3e88fe7253c1a8482f4b249.tar.zst
specimen-e062b2741ff294e1f3e88fe7253c1a8482f4b249.zip
Move user passwords and keys out for easier reuse
Signed-off-by: Mel <einebeere@gmail.com>
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index bfeb7ea..51a43fd 100644
--- a/flake.nix
+++ b/flake.nix
@@ -79,6 +79,7 @@
           system = defaultSystem;
           specialArgs = {
             inherit pkgs;
+            credentials = import ./configuration/credentials.nix;
           } // inputs;
           modules = [
             ./configuration/configuration.nix