mirror of
https://github.com/kittywitch/nixfiles.git
synced 2026-02-10 04:49:19 -08:00
modules/{wireguard{,-tf},bird,policyrouting}: Init from hexchen
This commit is contained in:
parent
1c700905c3
commit
70d95acddb
16 changed files with 459 additions and 6 deletions
|
|
@ -1,9 +1,10 @@
|
|||
{ config, lib, ... }: with lib;
|
||||
|
||||
{
|
||||
networking.nftables.enable = true;
|
||||
|
||||
network = {
|
||||
enable = true;
|
||||
nftables.enable = true;
|
||||
dns = {
|
||||
enable = mkDefault true;
|
||||
email = "acme@kittywit.ch";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue