Apparently users don't have access to multi-user
This commit is contained in:
parent
6c17df6850
commit
892d9f52ae
@ -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 = {
|
||||
|
Loading…
Reference in New Issue
Block a user