Remove unused module router

This commit is contained in:
Andreas Zweili 2022-12-07 23:46:44 +01:00
parent 22489fe560
commit c749c93bfa
2 changed files with 0 additions and 9 deletions

View File

@ -1,8 +0,0 @@
{ ... }: {
boot.kernel.sysctl = {
"net.ipv4.conf.all.forwarding" = true;
};
networking.interfaces.enp1s0 = {
useDHCP = true;
};
}

View File

@ -7,7 +7,6 @@
})
(import "${custom.inputs.self}/modules/docker" { inherit custom; })
(import "${custom.inputs.self}/modules/pihole" { inherit custom; }) # needs to be limited to lan interface
"${custom.inputs.self}/modules/router"
"${custom.inputs.self}/modules/tmux"
"${custom.inputs.self}/modules/unbound" # needs to be limited to lan interface
];