This commit is contained in:
2025-10-10 20:59:51 +03:00
parent 8d80e49e87
commit fc7fff0271
+1 -1
View File
@@ -89,7 +89,7 @@
serviceConfig = {
Type = "oneshot";
User = "${xlib.device.username}";
WorkingDirectory = "/etc/nixos";
WorkingDirectory = "/run/current-system";
ExecStart = [ "${pkgs.nh}/bin/nh os switch" ];
};
};