forked from fediversity/fediversity
fix imports
This commit is contained in:
parent
dfabfef0b8
commit
479e8c21f9
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue