From 38f41ef8fd36b8f88c061a6b109f46865c4ba6ef Mon Sep 17 00:00:00 2001 From: Kyren223 Date: Fri, 27 Dec 2024 13:19:27 +0200 Subject: [PATCH] Forgot another semicolon lol --- configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configuration.nix b/configuration.nix index 561407f..e64f365 100644 --- a/configuration.nix +++ b/configuration.nix @@ -34,7 +34,7 @@ openssh.authorizedKeys.keys = [ "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIO7P9K9D5RkBk+JCRRS6AtHuTAc6cRpXfRfRMg/Kyren" ]; - } + }; sops = { defaultSopsFile = ./secrets.yaml;