mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 04:58:01 +00:00
services/vouch-proxy: add wantedBy for systemd service
Forgot to add that which is why there's no enabled service.
This commit is contained in:
parent
768da2ba39
commit
479166c78d
@ -126,6 +126,7 @@ let
|
||||
];
|
||||
RestrictNamespaces = true;
|
||||
};
|
||||
wantedBy = [ "multi-user.target" ];
|
||||
};
|
||||
in
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user