Skip to content

Commit

Permalink
nixos/pppd: fix build error
Browse files Browse the repository at this point in the history
  • Loading branch information
crabtw committed Feb 14, 2020
1 parent c1741fc commit 0f8d1ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nixos/modules/services/networking/pppd.nix
Expand Up @@ -130,7 +130,7 @@ in
systemdConfigs = listToAttrs (map mkSystemd enabledConfigs);

in mkIf cfg.enable {
environment.etc = mkMerge etcFiles;
systemd.services = mkMerge systemdConfigs;
environment.etc = etcFiles;
systemd.services = systemdConfigs;
};
}

0 comments on commit 0f8d1ac

Please sign in to comment.