This commit is contained in:
2025-10-04 13:05:36 +03:00
parent 389964f0f8
commit 9469c8c73b
+1 -1
View File
@@ -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";
};