diff options
author | TheArcaneBrony <myrainbowdash949@gmail.com> | 2023-04-03 18:05:56 +0200 |
---|---|---|
committer | Rory& <root@rory.gay> | 2024-06-05 15:52:38 +0200 |
commit | 8e3aa2d6ee1abb56a13054e0ab8bf680e9501d90 (patch) | |
tree | 83ead88ea16369394a4400153cbebacc568c5717 /flake.nix | |
parent | Fix inputs (diff) | |
download | Spacebar-Open-Infrastructure-8e3aa2d6ee1abb56a13054e0ab8bf680e9501d90.tar.xz |
Add boot log
Diffstat (limited to 'flake.nix')
-rwxr-xr-x | flake.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix index ddbfdcd..19d19a8 100755 --- a/flake.nix +++ b/flake.nix @@ -25,6 +25,7 @@ ]; specialArgs = { inherit home-manager; + inherit secrets; }; }; Spacebar-synapse = nixpkgs.lib.nixosSystem { |