summary refs log tree commit diff
path: root/modules
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2024-06-22 04:46:02 +0200
committerRory& <root@rory.gay>2024-07-04 14:45:02 +0200
commit2c106e7b604c388ddc7578c42998c17403f37620 (patch)
tree8c3486f7bfff4c6f0937919d96cca77d0d1cfeee /modules
parentBunch of changes (diff)
downloadRory-Open-Architecture-2c106e7b604c388ddc7578c42998c17403f37620.tar.xz
Desktop updates
Diffstat (limited to 'modules')
-rwxr-xr-xmodules/base-secrets.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/modules/base-secrets.nix b/modules/base-secrets.nix
new file mode 100755
index 0000000..e159b2a
--- /dev/null
+++ b/modules/base-secrets.nix
@@ -0,0 +1,6 @@
+{ path }: { config, pkgs, lib, ... }:
+{
+  sops = {
+    defaultSopsFile = path;
+  };
+}