Clean up speer config
This commit is contained in:
parent
6cdbba8c60
commit
df872fca94
2 changed files with 16 additions and 36 deletions
|
@ -1,26 +1,7 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
|
||||
{ config, pkgs, ... }: {
|
||||
networking = {
|
||||
networkmanager.enable = true;
|
||||
useDHCP = false;
|
||||
#wireless.enable = true; # Enables wireless support via wpa_supplicant.
|
||||
hostName = "speer";
|
||||
};
|
||||
|
||||
# Configure network proxy if necessary
|
||||
# networking.proxy.default = "http://user:password@proxy:port/";
|
||||
# networking.proxy.noProxy = "127.0.0.1,localhost,internal.domain";
|
||||
|
||||
#networking.wireguard.enable = true;
|
||||
#networking.wireguard.interfaces = let
|
||||
# meta = import ../../meta;
|
||||
# vnetworks = meta.network.virtual;
|
||||
# vnetworkName = "mgmt";
|
||||
#in {
|
||||
# "wg-${vnetworkName}" =
|
||||
# pkgs.lib.qois.wireguard.makeInterface config.networking.hostName
|
||||
# vnetworkName vnetworks.${vnetworkName};
|
||||
#};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue