From e234f89859e867dd08dc7bff10907242bd7c6fed Mon Sep 17 00:00:00 2001 From: Sarah Date: Mon, 18 Oct 2021 15:29:00 +0200 Subject: [PATCH] Autostart peerix. --- module.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/module.nix b/module.nix index 7571a21..d315520 100644 --- a/module.nix +++ b/module.nix @@ -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 = {