From 389964f0f87bdb838e57013e385839d55ff52b1b Mon Sep 17 00:00:00 2001 From: oqyude Date: Sat, 4 Oct 2025 12:48:33 +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 b8e536b..f26272b 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.devices.admin}"; + User = "${xlib.device.admin}"; WorkingDirectory = "/etc/nixos"; ExecStart = "gp-ns"; };