forked from mirrors_public/oddlama_nix-config
fix: fix parenthesis precedence
This commit is contained in:
parent
7ecbb69ff8
commit
72a34cac01
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ in
|
|||
microvm = microvm.nixosModules;
|
||||
};
|
||||
imports = [
|
||||
(nodeMeta.config or ../hosts + "/${nodeName}")
|
||||
(nodeMeta.config or (../hosts + "/${nodeName}"))
|
||||
agenix.nixosModules.default
|
||||
agenix-rekey.nixosModules.default
|
||||
disko.nixosModules.disko
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue