mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-02-12 12:19:08 +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;
|
RestrictNamespaces = true;
|
||||||
};
|
};
|
||||||
|
wantedBy = [ "multi-user.target" ];
|
||||||
};
|
};
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user