thinkpad updates

This commit is contained in:
Rouven Seifert 2024-12-01 18:14:21 +01:00
parent 5ca2e59136
commit e90c4f2c0d
4 changed files with 8 additions and 3 deletions

View file

@ -32,6 +32,7 @@
# '';
tmp.useTmpfs = true;
};
services.lldpd.enable = true;
environment.persistence."/nix/persist/system" = {
directories = [

View file

@ -7,12 +7,15 @@
enableDefaultPackages = true;
packages = with pkgs;
[
nerdfonts
noto-fonts
nerd-fonts.noto
nerd-fonts.iosevka
nerd-fonts.iosevka-term
nerd-fonts.iosevka-term-slab
noto-fonts-cjk-sans
noto-fonts-emoji
roboto
fira
open-sans
];
};
console = {

View file

@ -7,6 +7,7 @@
file = ../../../../secrets/thinkpad/dyport-auth.age;
};
};
programs.openvpn3.enable = true;
networking = {
supplicant = {
"LAN" = {
@ -96,6 +97,7 @@
FSR = {
psk = "ext:FSR_PSK";
authProtocols = [ "WPA-PSK" ];
extraConfig = "disabled=1";
};
};
openconnect.interfaces = {

View file

@ -44,7 +44,6 @@
};
};
};
# broken again
services = {
fprintd.enable = true; # log in using fingerprint
};