Apparently users don't have access to multi-user

This commit is contained in:
niten 2022-09-04 22:06:28 -07:00
parent 6c17df6850
commit 892d9f52ae

View File

@ -55,7 +55,7 @@ in {
systemd.user.services.wallfly = {
enable = true;
wantedBy = [ "multi-user.target" ];
wantedBy = [ "default.target" ];
after = [ "network-online.target" ];
path = with pkgs; [ nettools xprintidle ];
serviceConfig = {