address linter gripes in nix files

This commit is contained in:
Kiara Grouwstra 2025-07-03 15:15:05 +02:00
parent 13c92280ab
commit 128977bc24
Signed by: kiara
SSH key fingerprint: SHA256:COspvLoLJ5WC5rFb9ZDe5urVCkK4LJZOsjfF4duRJFU
2 changed files with 2 additions and 3 deletions

View file

@ -48,9 +48,9 @@ in
## the secret's file.
age.secrets = concatMapAttrs (
name: secret:
optionalAttrs (elem config.fediversityVm.hostPublicKey secret.publicKeys) ({
optionalAttrs (elem config.fediversityVm.hostPublicKey secret.publicKeys) {
${removeSuffix ".age" name}.file = secrets.rootPath + "/${name}";
})
}
) secrets.mapping;
## FIXME: Remove direct root authentication once the NixOps4 NixOS provider

View file

@ -15,7 +15,6 @@ let
installer =
{
config,
pkgs,
lib,
...