fix: correct library.secrets path

This commit is contained in:
Bladesy 2025-01-01 22:44:04 +00:00
parent a73ed533e0
commit 2e8acf636a

View File

@ -3,5 +3,5 @@
nixosSystems = lib.callFragment ./nixosSystems.nix {};
sshKeys = lib.callFragment ./sshKeys.nix {};
secrets = lib.callFragment ./secrets.nix {};
secrets = lib.callFragment ./secrets {};
}