mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-11 04:30:41 +03:00
123
This commit is contained in:
@@ -9,7 +9,7 @@
|
|||||||
description = "Auto rebuild NixOS config";
|
description = "Auto rebuild NixOS config";
|
||||||
serviceConfig = {
|
serviceConfig = {
|
||||||
Type = "oneshot";
|
Type = "oneshot";
|
||||||
User = "${xlib.device.admin}";
|
User = "${xlib.device.username}";
|
||||||
WorkingDirectory = "/etc/nixos";
|
WorkingDirectory = "/etc/nixos";
|
||||||
ExecStart = "gp-ns";
|
ExecStart = "gp-ns";
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user