mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 14:01:34 +01:00
Nornalize names of flake inputs
This commit is contained in:
parent
842d8a518f
commit
2aeca33da2
6 changed files with 33 additions and 33 deletions
|
|
@ -11,7 +11,7 @@ let
|
|||
absoluteSecretsPath = "${self}/" + cfg.secretsFile;
|
||||
in
|
||||
{
|
||||
imports = [ inputs.sops-nix.nixosModules.sops ];
|
||||
imports = [ inputs.sops.nixosModules.sops ];
|
||||
|
||||
options.custom.sops = {
|
||||
enable = lib.mkEnableOption "";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue