massive refactoring
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
{lib, pkgs, ...}: {
|
||||
networking.useDHCP = lib.mkDefault true;
|
||||
networking.networkmanager = {
|
||||
enable = true;
|
||||
plugins = with pkgs; [
|
||||
networkmanager-openvpn
|
||||
];
|
||||
};
|
||||
# tailscale
|
||||
services.tailscale.enable = true;
|
||||
|
||||
networking.nftables.enable = true;
|
||||
}
|
||||
Reference in New Issue
Block a user