From 4e679d6d554f785fe23415687830752916134f44 Mon Sep 17 00:00:00 2001 From: iFargle Date: Fri, 6 Oct 2023 17:18:10 +0900 Subject: [PATCH] ; --- nixos/hosts/nixos-rpi4-01/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/hosts/nixos-rpi4-01/default.nix b/nixos/hosts/nixos-rpi4-01/default.nix index 8f557908..66cf42eb 100644 --- a/nixos/hosts/nixos-rpi4-01/default.nix +++ b/nixos/hosts/nixos-rpi4-01/default.nix @@ -76,7 +76,7 @@ endpoint = "64.176.54.57:51820"; presharedKeyFile = "/run/secrets/wireguard_keys/preshared_key"; } - ] + ]; }; }; };