Autostart peerix.

This commit is contained in:
Sarah 2021-10-18 15:29:00 +02:00
parent ebef954cf9
commit e234f89859
No known key found for this signature in database
GPG key ID: 708F7ACE058F0186

View file

@ -67,6 +67,7 @@ in
config = lib.mkIf (cfg.enable) {
systemd.services.peerix = {
enable = true;
description = "Local p2p nix caching daemon";
wantedBy = ["multi-user.target"];
serviceConfig = {