DON'T start wallfly if you're not logged in...

This commit is contained in:
niten 2023-08-28 13:19:27 -07:00
parent ee9e3281d6
commit ae318bf499
1 changed files with 1 additions and 1 deletions

View File

@ -54,9 +54,9 @@ in {
nixpkgs.overlays = [ wallfly-overlay ];
systemd.user.services.wallfly = {
enable = true;
wantedBy = [ "graphical-session.target" ];
after = [ "graphical-session.target" ];
requires = [ "graphical-session.target" ];
path = with pkgs; [ nettools xprintidle ];
restartIfChanged = true;
serviceConfig = {