mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 04:35:41 +03:00
nixos/pppd: fix build error
This commit is contained in:
parent
c1741fc12a
commit
0f8d1ac47d
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue