fix imports

This commit is contained in:
Kiara Grouwstra 2025-07-02 15:12:44 +02:00
parent d431cd96b2
commit 28e3658b71
Signed by: kiara
SSH key fingerprint: SHA256:COspvLoLJ5WC5rFb9ZDe5urVCkK4LJZOsjfF4duRJFU

View file

@ -32,7 +32,7 @@ in
## options that really need to be injected from the resource. Everything else ## options that really need to be injected from the resource. Everything else
## should go into the `./nixos` subdirectory. ## should go into the `./nixos` subdirectory.
nixos.module = { nixos.module = {
imports = [ imports = with sources; [
"${agenix}/modules/age.nix" "${agenix}/modules/age.nix"
"${disko}/module.nix" "${disko}/module.nix"
"${vars}/options.nix" "${vars}/options.nix"