mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-01-18 09:01:39 +01:00
thinkpad updates
This commit is contained in:
parent
5ca2e59136
commit
e90c4f2c0d
4 changed files with 8 additions and 3 deletions
|
@ -32,6 +32,7 @@
|
|||
# '';
|
||||
tmp.useTmpfs = true;
|
||||
};
|
||||
services.lldpd.enable = true;
|
||||
|
||||
environment.persistence."/nix/persist/system" = {
|
||||
directories = [
|
||||
|
|
|
@ -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 = {
|
||||
|
|
|
@ -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 = {
|
||||
|
|
|
@ -44,7 +44,6 @@
|
|||
};
|
||||
};
|
||||
};
|
||||
# broken again
|
||||
services = {
|
||||
fprintd.enable = true; # log in using fingerprint
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue