summary refs log tree commit diff
path: root/nixos/modules/services/misc/folding-at-home.nix
diff options
context:
space:
mode:
authorJoachim Fasting <joachifm@fastmail.fm>2016-09-10 20:11:58 +0200
committerAlexander Ried <ried@mytum.de>2016-09-13 11:19:22 +0200
commitebc8e082e96edb53dd0f485db205b1b0d4a84d69 (patch)
tree975e296086d3d60c1cc3a5941e49333bd7968cdb /nixos/modules/services/misc/folding-at-home.nix
parent5a085caea3ac7a24185a827636209a41c5057121 (diff)
downloadnixlib-ebc8e082e96edb53dd0f485db205b1b0d4a84d69.tar
nixlib-ebc8e082e96edb53dd0f485db205b1b0d4a84d69.tar.gz
nixlib-ebc8e082e96edb53dd0f485db205b1b0d4a84d69.tar.bz2
nixlib-ebc8e082e96edb53dd0f485db205b1b0d4a84d69.tar.lz
nixlib-ebc8e082e96edb53dd0f485db205b1b0d4a84d69.tar.xz
nixlib-ebc8e082e96edb53dd0f485db205b1b0d4a84d69.tar.zst
nixlib-ebc8e082e96edb53dd0f485db205b1b0d4a84d69.zip
folding-at-home service: network-interfaces.target -> network.target
Diffstat (limited to 'nixos/modules/services/misc/folding-at-home.nix')
-rw-r--r--nixos/modules/services/misc/folding-at-home.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/services/misc/folding-at-home.nix b/nixos/modules/services/misc/folding-at-home.nix
index 4f09cbfdd79b..053e7e95635f 100644
--- a/nixos/modules/services/misc/folding-at-home.nix
+++ b/nixos/modules/services/misc/folding-at-home.nix
@@ -50,7 +50,7 @@ in {
       };
 
     systemd.services.foldingathome = {
-      after = [ "network-interfaces.target" ];
+      after = [ "network.target" ];
       wantedBy = [ "multi-user.target" ];
       preStart = ''
         mkdir -m 0755 -p ${stateDir}