mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-01-18 17:11: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;
|
tmp.useTmpfs = true;
|
||||||
};
|
};
|
||||||
|
services.lldpd.enable = true;
|
||||||
|
|
||||||
environment.persistence."/nix/persist/system" = {
|
environment.persistence."/nix/persist/system" = {
|
||||||
directories = [
|
directories = [
|
||||||
|
|
|
@ -7,12 +7,15 @@
|
||||||
enableDefaultPackages = true;
|
enableDefaultPackages = true;
|
||||||
packages = with pkgs;
|
packages = with pkgs;
|
||||||
[
|
[
|
||||||
nerdfonts
|
nerd-fonts.noto
|
||||||
noto-fonts
|
nerd-fonts.iosevka
|
||||||
|
nerd-fonts.iosevka-term
|
||||||
|
nerd-fonts.iosevka-term-slab
|
||||||
noto-fonts-cjk-sans
|
noto-fonts-cjk-sans
|
||||||
noto-fonts-emoji
|
noto-fonts-emoji
|
||||||
roboto
|
roboto
|
||||||
fira
|
fira
|
||||||
|
open-sans
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
console = {
|
console = {
|
||||||
|
|
|
@ -7,6 +7,7 @@
|
||||||
file = ../../../../secrets/thinkpad/dyport-auth.age;
|
file = ../../../../secrets/thinkpad/dyport-auth.age;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
programs.openvpn3.enable = true;
|
||||||
networking = {
|
networking = {
|
||||||
supplicant = {
|
supplicant = {
|
||||||
"LAN" = {
|
"LAN" = {
|
||||||
|
@ -96,6 +97,7 @@
|
||||||
FSR = {
|
FSR = {
|
||||||
psk = "ext:FSR_PSK";
|
psk = "ext:FSR_PSK";
|
||||||
authProtocols = [ "WPA-PSK" ];
|
authProtocols = [ "WPA-PSK" ];
|
||||||
|
extraConfig = "disabled=1";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
openconnect.interfaces = {
|
openconnect.interfaces = {
|
||||||
|
|
|
@ -44,7 +44,6 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
# broken again
|
|
||||||
services = {
|
services = {
|
||||||
fprintd.enable = true; # log in using fingerprint
|
fprintd.enable = true; # log in using fingerprint
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue