nixos/rogue: Set WorkingDirectory to /tmp
Otherwise we can get an ugly /rogue.scr in the root of the filesystem hierarchy.
This commit is contained in:
parent
82d0acaf37
commit
1947179036
@ -52,6 +52,7 @@ in
|
|||||||
TTYPath = "/dev/${cfg.tty}";
|
TTYPath = "/dev/${cfg.tty}";
|
||||||
TTYReset = true;
|
TTYReset = true;
|
||||||
TTYVTDisallocate = true;
|
TTYVTDisallocate = true;
|
||||||
|
WorkingDirectory = "/tmp";
|
||||||
Restart = "always";
|
Restart = "always";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user