fix: correct library.secrets path
This commit is contained in:
parent
a73ed533e0
commit
2e8acf636a
@ -3,5 +3,5 @@
|
|||||||
|
|
||||||
nixosSystems = lib.callFragment ./nixosSystems.nix {};
|
nixosSystems = lib.callFragment ./nixosSystems.nix {};
|
||||||
sshKeys = lib.callFragment ./sshKeys.nix {};
|
sshKeys = lib.callFragment ./sshKeys.nix {};
|
||||||
secrets = lib.callFragment ./secrets.nix {};
|
secrets = lib.callFragment ./secrets {};
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user