From fc7fff027191ba69f4da64566ef93f86c0dfb990 Mon Sep 17 00:00:00 2001 From: oqyude Date: Fri, 10 Oct 2025 20:59:51 +0300 Subject: [PATCH] 123 --- modules/users.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/users.nix b/modules/users.nix index fae3882..4eac3bb 100644 --- a/modules/users.nix +++ b/modules/users.nix @@ -89,7 +89,7 @@ serviceConfig = { Type = "oneshot"; User = "${xlib.device.username}"; - WorkingDirectory = "/etc/nixos"; + WorkingDirectory = "/run/current-system"; ExecStart = [ "${pkgs.nh}/bin/nh os switch" ]; }; };