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 = {
|
systemd.user.services.wallfly = {
|
||||||
enable = true;
|
enable = true;
|
||||||
wantedBy = [ "multi-user.target" ];
|
wantedBy = [ "default.target" ];
|
||||||
after = [ "network-online.target" ];
|
after = [ "network-online.target" ];
|
||||||
path = with pkgs; [ nettools xprintidle ];
|
path = with pkgs; [ nettools xprintidle ];
|
||||||
serviceConfig = {
|
serviceConfig = {
|
||||||
|
Loading…
Reference in New Issue
Block a user