fix integer formatting

This commit is contained in:
Rouven Seifert 2024-01-07 01:22:42 +01:00
parent d6571ac695
commit 94c2a2de5d
Signed by: rouven.seifert
GPG key ID: B95E8FE6B11C4D09

View file

@ -7,7 +7,7 @@
}; };
networking.firewall = { networking.firewall = {
extraInputRules = '' extraInputRules = ''
ip saddr 10.144.0.11 tcp dport ${config.services.bacula-fd.port} accept comment "Only allow Bacula access from Abel" ip saddr 10.144.0.11 tcp dport ${builtins.toString config.services.bacula-fd.port} accept comment "Only allow Bacula access from Abel"
''; '';
}; };
services.bacula-fd = { services.bacula-fd = {