fix: deprecations
Some checks failed
Continuous Integration / Checks (push) Has been cancelled

This commit is contained in:
Tim Schubert 2025-07-27 17:19:13 +02:00
parent 67b04a636c
commit 02bcc3ede9
No known key found for this signature in database
5 changed files with 42 additions and 69 deletions

View file

@ -261,7 +261,7 @@ in
xdg.portal.wlr.enable = false;
hardware.bluetooth.enable = true;
hardware.opengl = {
hardware.graphics = {
enable = true;
extraPackages = with pkgs; [
vaapiVdpau

View file

@ -15,11 +15,8 @@ in
};
};
config = mkIf cfg.enable {
nixpkgs.config.allowUnfree = true;
hardware.opengl = {
hardware.graphics = {
enable = true;
driSupport32Bit = true;
extraPackages32 = with pkgs.pkgsi686Linux; [ libva ];
};

View file

@ -34,7 +34,7 @@ in
};
u2f = {
control = "sufficient";
cue = true;
settings.cue = true;
};
};

View file

@ -270,14 +270,10 @@ in
linkConfig.RequiredForOnline = false;
routes = [
{
routeConfig = {
Destination = "10.3.3.1/24";
};
}
{
routeConfig = {
Destination = "fd42:9c3b:f96d:121::1/64";
};
}
];
};
@ -294,14 +290,10 @@ in
linkConfig.RequiredForOnline = false;
routes = [
{
routeConfig = {
Destination = "10.11.0.0/22";
};
}
{
routeConfig = {
Destination = "fc00:1337:dead:beef::10.11.0.0/118";
};
}
];
};
@ -341,7 +333,6 @@ in
};
wireguardPeers = [
{
wireguardPeerConfig = {
PublicKey = "KzL+PKlv4LktIqqTqC9Esw8dkSZN2qSn/vq76UHbOlY=";
AllowedIPs = [
"10.3.3.1/32"
@ -349,17 +340,14 @@ in
];
PersistentKeepalive = 25;
Endpoint = "surgat.dadada.li:51235";
};
}
{
wireguardPeerConfig = {
PublicKey = "INfv++4R+Kd2jdh/3CooM70ZeeoN6aeU6mo+T4C8gWU=";
AllowedIPs = [
"10.3.3.2/32"
"fd42:9c3b:f96d:121::2/128"
];
Endpoint = "192.168.101.1:51235";
};
}
];
};
@ -373,7 +361,6 @@ in
};
wireguardPeers = [
{
wireguardPeerConfig = {
PublicKey = "tuoiOWqgHz/lrgTcLjX+xIhvxh9jDH6gmDw2ZMvX5T8=";
AllowedIPs = [
"10.11.0.0/22"
@ -383,7 +370,6 @@ in
PersistentKeepalive = 25;
PresharedKeyFile = config.age.secrets.${uwuPresharedKey}.path;
Endpoint = "53c70r.de:51820";
};
}
];
};
@ -443,7 +429,7 @@ in
})
];
hardware.pulseaudio.enable = false;
services.pulseaudio.enable = false;
environment.systemPackages = with pkgs; [
smartmontools

View file

@ -74,12 +74,10 @@ in
"2a01:4f8:c17:1d70::/64"
];
routes = [
{ routeConfig.Gateway = "fe80::1"; }
{ Gateway = "fe80::1"; }
{
routeConfig = {
Gateway = "172.31.1.1";
GatewayOnLink = true;
};
}
];
linkConfig.RequiredForOnline = "routable";
@ -95,19 +93,13 @@ in
linkConfig.RequiredForOnline = "no";
routes = [
{
routeConfig = {
Destination = "10.3.3.3/24";
};
}
{
routeConfig = {
Destination = "fd42:9c3b:f96d:121::/64";
};
}
{
routeConfig = {
Destination = "fd42:9c3b:f96d:101::/64";
};
}
];
};
@ -124,14 +116,12 @@ in
};
wireguardPeers = [
{
wireguardPeerConfig = {
PublicKey = "Kw2HVRb1zeA7NAzBvI3UzmOj45VqM358EBuZWdlAUDE=";
AllowedIPs = [
"10.3.3.3/32"
"fd42:9c3b:f96d:121::3/128"
"fd42:9c3b:f96d:101:4a21:bff:fe3e:9cfe/128"
];
};
}
];
};