commit c50f21fa8f5d6424fceb3fa0a02bc7a9a4a48531 (tree)
parent a8adc6db2b02d9c137c90dccc717c0063f359d4c
Author: Motiejus Jakštys <motiejus@jakstys.lt>
Date: Wed, 25 Mar 2026 07:29:24 +0000
fix inherit
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/hosts/fwminex/configuration.nix b/hosts/fwminex/configuration.nix
@@ -690,7 +690,7 @@ in
enable = true;
zones = {
"jakstys.lt" = {
- inherit (accountKey) ;
+ inherit accountKey;
extraDomains = [ "*.jakstys.lt" ];
};
"r1.jakstys.lt".accountKey = accountKey;