From 9469c8c73b906310c4d9b60ab3275813caea6ac6 Mon Sep 17 00:00:00 2001 From: oqyude Date: Sat, 4 Oct 2025 13:05:36 +0300 Subject: [PATCH] 123 --- nixosModules/essentials/systemd-routine.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixosModules/essentials/systemd-routine.nix b/nixosModules/essentials/systemd-routine.nix index f26272b..7912687 100644 --- a/nixosModules/essentials/systemd-routine.nix +++ b/nixosModules/essentials/systemd-routine.nix @@ -9,7 +9,7 @@ description = "Auto rebuild NixOS config"; serviceConfig = { Type = "oneshot"; - User = "${xlib.device.admin}"; + User = "${xlib.device.username}"; WorkingDirectory = "/etc/nixos"; ExecStart = "gp-ns"; };