cleaned up excluded packages

This commit is contained in:
Leyla Becker 2025-04-12 03:14:35 -05:00
parent 669132d67f
commit eb738c1477
2 changed files with 27 additions and 18 deletions

View file

@ -127,11 +127,11 @@
};
};
"15-p2p" = {
"15-p2p0" = {
netdevConfig = {
Kind = "wireguard";
Name = "p2p0";
MTUBytes = "1300";
MTUBytes = "1280";
};
wireguardConfig = {
PrivateKeyFile = config.sops.secrets."vpn-keys/proton-wireguard/defiant-p2p".path;
@ -165,21 +165,16 @@
dns = ["192.168.1.1"];
};
"45-p2p" = {
"45-p2p0" = {
matchConfig.Name = "p2p0";
address = [
"10.2.0.2/32"
];
# routingPolicyRules = [
# {
# From = "10.2.0.2/32";
# Table = "p2p";
# }
# {
# To = "10.2.0.2/32";
# Table = "p2p";
# }
# ];
routes = [
{
Destination = "0.0.0.0/0";
}
];
linkConfig.RequiredForOnline = false;
};
};
@ -203,11 +198,7 @@
};
desktopManager = {
gnome.enable = true;
xterm.enable = false;
};
# Get rid of xTerm
excludePackages = [pkgs.xterm];
};
ollama = {