diff --git a/configuration.nix b/configuration.nix index 7ebbd80..391d097 100644 --- a/configuration.nix +++ b/configuration.nix @@ -1,7 +1,3 @@ -# Edit this configuration file to define what should be installed on -# your system. Help is available in the configuration.nix(5) man page -# and in the NixOS manual (accessible by running ‘nixos-help’). - { config, pkgs, lib, ... }: let @@ -577,7 +573,7 @@ in { EOF ''; in { - serviceConfig.ExecStartPre = [ "" secretsScript ]; + serviceConfig.ExecStartPre = [ "" secretsScript ]; serviceConfig.LoadCredential = [ "jakstys.lt.signing.key:/var/src/secrets/synapse/jakstys.lt.signing.key" "registration_shared_secret:/var/src/secrets/synapse/registration_shared_secret"