refactor: split sysctl file
This commit is contained in:
parent
f0d2e555ac
commit
1b98ea698d
13 changed files with 346 additions and 127 deletions
8
common/nixos/sysctl/network.nix
Normal file
8
common/nixos/sysctl/network.nix
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
config,
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
boot.kernel.sysctl = {
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue