mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-11 12:40:44 +03:00
123
This commit is contained in:
+1
-1
@@ -89,7 +89,7 @@
|
|||||||
serviceConfig = {
|
serviceConfig = {
|
||||||
Type = "oneshot";
|
Type = "oneshot";
|
||||||
User = "${xlib.device.username}";
|
User = "${xlib.device.username}";
|
||||||
WorkingDirectory = "/etc/nixos";
|
WorkingDirectory = "/run/current-system";
|
||||||
ExecStart = [ "${pkgs.nh}/bin/nh os switch" ];
|
ExecStart = [ "${pkgs.nh}/bin/nh os switch" ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user