summary refs log tree commit diff
diff options
context:
space:
mode:
authorTheArcaneBrony <myrainbowdash949@gmail.com>2023-04-04 04:39:44 +0200
committerRory& <root@rory.gay>2024-06-05 17:25:16 +0200
commitd90e4b112b08ace3333a4887b2b850c1e0e79d6e (patch)
tree5d1dccab3640a461478f4807b4b1558bf2736eab
parentSplit old instance (diff)
downloadSpacebar-Open-Infrastructure-d90e4b112b08ace3333a4887b2b850c1e0e79d6e.tar.xz
Add secrets to all vms
-rwxr-xr-xflake.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index 7f6a3d0..eb72f43 100755
--- a/flake.nix
+++ b/flake.nix
@@ -25,7 +25,7 @@
         ];
         specialArgs = {
           inherit home-manager;
-            secrets = import secrets { inherit (nixpkgs) lib; };
+          secrets = import secrets { inherit (nixpkgs) lib; };
         };
       };
       Spacebar-synapse = nixpkgs.lib.nixosSystem {
@@ -37,6 +37,7 @@
         ];
         specialArgs = {
           inherit home-manager;
+          secrets = import secrets { inherit (nixpkgs) lib; };
         };
       };
       Spacebar-postgres = nixpkgs.lib.nixosSystem {
@@ -48,6 +49,7 @@
         ];
         specialArgs = {
           inherit home-manager;
+          secrets = import secrets { inherit (nixpkgs) lib; };
         };
       };     
     };