1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

Update nixos/modules/services/system/cachix-agent/default.nix

Co-authored-by: pennae <82953136+pennae@users.noreply.github.com>
This commit is contained in:
Domen Kožar 2022-01-18 16:49:18 +01:00 committed by GitHub
parent 42994be64b
commit 91cc0cf63b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -42,7 +42,7 @@ in {
config = mkIf cfg.enable {
systemd.services.cachix-agent = {
description = "Cachix Deploy Agent";
after = ["network.target"];
after = ["network-online.target"];
path = [ config.nix.package ];
wantedBy = [ "multi-user.target" ];
# don't restart while changing