mirror of
https://git.pvv.ntnu.no/Drift/pvv-nixos-config.git
synced 2026-02-04 09:10:01 +01:00
ildkule: unbreak eval
This commit is contained in:
@@ -46,7 +46,7 @@ in
|
|||||||
networking.firewall.allowedTCPPorts = [ cfg.port ];
|
networking.firewall.allowedTCPPorts = [ cfg.port ];
|
||||||
|
|
||||||
systemd.services."systemd-journal-remote" = {
|
systemd.services."systemd-journal-remote" = {
|
||||||
socketConfig = {
|
serviceConfig = {
|
||||||
LoadCredential = let
|
LoadCredential = let
|
||||||
inherit (config.security.acme.certs.${domainName}) directory;
|
inherit (config.security.acme.certs.${domainName}) directory;
|
||||||
in [
|
in [
|
||||||
|
|||||||
Reference in New Issue
Block a user