Add vlan vpn to agares
This commit is contained in:
parent
d6dd36cc25
commit
f749d99ed6
2 changed files with 10 additions and 0 deletions
|
@ -34,6 +34,15 @@
|
|||
networking.interfaces.enp2s0.useDHCP = false;
|
||||
networking.interfaces.enp3s0.useDHCP = false;
|
||||
|
||||
networking.interfaces.enp1s0.useDHCP = true;
|
||||
networkinng.vlans = {
|
||||
vpn = {
|
||||
id = 12;
|
||||
interface = "enp1s0";
|
||||
};
|
||||
};
|
||||
networking.interfaces.vpn.useDHCP = true;
|
||||
|
||||
i18n.defaultLocale = "en_US.UTF-8";
|
||||
console = {
|
||||
font = "Lat2-Terminus16";
|
||||
|
|
|
@ -61,6 +61,7 @@ in
|
|||
(mkIf cfg.localResolver.s0 "s0")
|
||||
];
|
||||
domain-insecure = [
|
||||
"dyn.dadada.li"
|
||||
(mkIf cfg.localResolver.uwu "uwu")
|
||||
(mkIf cfg.localResolver.s0 "s0")
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue