There is no xorg.target. Use graphical-session.

This commit is contained in:
niten 2022-09-26 11:04:14 -07:00
parent a970ad8159
commit 90ba657a24
1 changed files with 2 additions and 2 deletions

View File

@ -55,8 +55,8 @@ in {
systemd.user.services.wallfly = {
enable = true;
wantedBy = [ "xorg.target" ];
after = [ "xorg.target" ];
wantedBy = [ "graphical-session.target" ];
after = [ "graphical-session.target" ];
path = with pkgs; [ nettools xprintidle ];
serviceConfig = {
ExecStart = pkgs.writeShellScript "launch-wallfly.sh" ''