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) {
|
config = lib.mkIf (cfg.enable) {
|
||||||
systemd.services.peerix = {
|
systemd.services.peerix = {
|
||||||
|
enable = true;
|
||||||
description = "Local p2p nix caching daemon";
|
description = "Local p2p nix caching daemon";
|
||||||
wantedBy = ["multi-user.target"];
|
wantedBy = ["multi-user.target"];
|
||||||
serviceConfig = {
|
serviceConfig = {
|
||||||
|
|
Loading…
Reference in a new issue