forked from DGNum/liminix
move pppoe service derivation into ppp module dir
This commit is contained in:
parent
c13defc891
commit
df6cfe1cd5
3 changed files with 5 additions and 6 deletions
|
@ -8,7 +8,7 @@ in {
|
|||
};
|
||||
};
|
||||
config = {
|
||||
system.service.pppoe = pkgs.liminix.networking.pppoe;
|
||||
system.service.pppoe = pkgs.callPackage ./pppoe.nix {};
|
||||
kernel = {
|
||||
config = {
|
||||
PPP = "y";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue