From 53790d15da605fc1994fb806cd6514802e8e8c24 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Tue, 21 Mar 2023 13:46:26 +0200 Subject: [PATCH] comments and spaceS --- configuration.nix | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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"