Autostart peerix.
This commit is contained in:
parent
ebef954cf9
commit
e234f89859
1 changed files with 1 additions and 0 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Reference in a new issue