updates and fixes

This commit is contained in:
Rouven Seifert 2024-08-13 11:38:01 +02:00
parent efe00fc184
commit f7e581f792
15 changed files with 75 additions and 60 deletions

View file

@ -37,7 +37,7 @@
colors.base07
];
};
hardware.opengl.extraPackages = with pkgs; [
hardware.graphics.extraPackages = with pkgs; [
intel-compute-runtime
intel-media-driver
];

View file

@ -66,6 +66,10 @@
authProtocols = [ "SAE" ];
extraConfig = "disabled=1";
};
"LKG-Gast" = {
psk = "@LKGDD_GUEST_PSK@";
authProtocols = [ "WPA-PSK" ];
};
"@PIXEL_SSID@" = {
psk = "@PIXEL_PSK@";
authProtocols = [ "WPA-PSK" ];

View file

@ -15,7 +15,8 @@
configFile.path = config.age.secrets.dyport-auth.path;
};
# ugly way to add more interfaces
"enp0s13f0u2u1" = enp0s31f6;
# "enp0s13f0u2u1" = enp0s31f6;
# "enp0s13f0u3u1" = enp0s31f6;
};
wireless.networks = {
eduroam = {
@ -59,6 +60,7 @@
password="@AGDSN_AUTH@"
phase2="auth=PAP"
'';
extraConfig = "disabled=1";
authProtocols = [ "WPA-EAP" ];
};
agdsn_fritzbox = {
@ -105,6 +107,17 @@
compression = "stateless";
};
};
iFSR = {
protocol = "anyconnect";
gateway = "vpn2.zih.tu-dresden.de";
user = "rose159e@apb-ifsr-vpn";
passwordFile = config.age.secrets.tud.path;
autoStart = false;
extraOptions = {
authgroup = "A-Tunnel-TU-Networks";
compression = "stateless";
};
};
};
};
systemd.services = {

View file

@ -1,10 +1,10 @@
{ pkgs, ... }:
{
# environment.systemPackages = with pkgs; [ cups ];
services.avahi = {
enable = true;
nssmdns4 = true;
};
# services.avahi = {
# enable = true;
# nssmdns4 = true;
# };
services.printing = {
enable = true;
stateless = true;

View file

@ -45,9 +45,9 @@
};
};
# broken again
# services = {
# fprintd.enable = true; # log in using fingerprint
# };
services = {
fprintd.enable = true; # log in using fingerprint
};
environment.systemPackages = with pkgs; [
agenix.packages.x86_64-linux.default
tpm2-tools

View file

@ -1,10 +1,10 @@
{ pkgs, ... }:
{
virtualisation = {
podman = {
enable = true;
defaultNetwork.settings.dns_enabled = true;
};
# podman = {
# enable = true;
# defaultNetwork.settings.dns_enabled = true;
# };
libvirtd = {
enable = true;
qemu = {