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