Try enabling the service

This commit is contained in:
niten 2022-07-01 15:35:01 -07:00
parent 15ca0509a9
commit f915906637
1 changed files with 1 additions and 0 deletions

View File

@ -54,6 +54,7 @@ in {
nixpkgs.overlays = [ wallfly-overlay ];
systemd.user.services.wallfly = {
enable = true;
wantedBy = [ "multi-user.target" ];
after = [ "network-online.target" ];
serviceConfig = {