From 39b60f875b04ce5a7f3acf2e29918e8d6a510c5e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Czy=C5=BC?= Date: Mon, 22 Apr 2024 17:45:42 +0200 Subject: [PATCH] wrong module --- home-manager/home.nix | 2 ++ hosts/common/services.nix | 2 -- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/home-manager/home.nix b/home-manager/home.nix index b528204..b8609aa 100644 --- a/home-manager/home.nix +++ b/home-manager/home.nix @@ -155,6 +155,8 @@ ]; }; + systemd.user.sessionVariables.SSH_AUTH_SOCK = "/run/user/1000/keyring/ssh"; + home.sessionVariables = { EDITOR = "nvim"; }; diff --git a/hosts/common/services.nix b/hosts/common/services.nix index beff406..ca09b4f 100644 --- a/hosts/common/services.nix +++ b/hosts/common/services.nix @@ -57,8 +57,6 @@ }; }; - systemd.user.sessionVariables.SSH_AUTH_SOCK = "/run/user/1000/keyring/ssh"; - # Open ports in the firewall. # networking.firewall.allowedTCPPorts = [ ... ]; # networking.firewall.allowedUDPPorts = [ ... ];