forked from Fediversity/Fediversity
fix imports
This commit is contained in:
parent
d431cd96b2
commit
28e3658b71
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