Nuke the fuck out of Wireguard slow as balls
This commit is contained in:
parent
491183aa7d
commit
7a56104845
36 changed files with 57 additions and 340 deletions
|
@ -12,14 +12,6 @@
|
|||
networking = {
|
||||
hostName = "intuos";
|
||||
wireless.enable = true;
|
||||
vlans.internal = {
|
||||
id=100;
|
||||
interface="wlp1s0";
|
||||
};
|
||||
interfaces.internal.ipv4.addresses = [{
|
||||
address = "11.0.0.102";
|
||||
prefixLength = 8;
|
||||
}];
|
||||
};
|
||||
|
||||
system = {
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
options = [ "x-systemd.automount" "noauto" "soft" "_netdev" ];
|
||||
};
|
||||
fileSystems."/home/${config.sysusers.main}/Network/Kitty" = {
|
||||
device = "11.0.0.2:/";
|
||||
device = "10.2.0.1:/";
|
||||
fsType = "nfs4";
|
||||
options = [ "x-systemd.automount" "noauto" "soft" "_netdev" ];
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue