From 6614da9600e0c4980bec15198b442399069be64a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Czy=C5=BC?= Date: Mon, 22 Apr 2024 17:43:11 +0200 Subject: [PATCH] semicolon oop --- hosts/common/services.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/common/services.nix b/hosts/common/services.nix index e390469..beff406 100644 --- a/hosts/common/services.nix +++ b/hosts/common/services.nix @@ -57,7 +57,7 @@ }; }; - systemd.user.sessionVariables.SSH_AUTH_SOCK = "/run/user/1000/keyring/ssh" + systemd.user.sessionVariables.SSH_AUTH_SOCK = "/run/user/1000/keyring/ssh"; # Open ports in the firewall. # networking.firewall.allowedTCPPorts = [ ... ];