fix build

This commit is contained in:
Schrottkatze 2024-02-13 21:22:25 +01:00
parent 3b89836ad0
commit 53a901c95e
Signed by: schrottkatze
SSH key fingerprint: SHA256:hXb3t1vINBFCiDCmhRABHX5ocdbLiKyCdKI4HK2Rbbc
4 changed files with 14 additions and 5 deletions

View file

@ -29,8 +29,8 @@ with builtins; {
environment = {
systemPackages = with pkgs; [
pynitrokey
nitrokey-app2
# pynitrokey
# nitrokey-app2
veracrypt
@ -145,7 +145,7 @@ with builtins; {
opengl.enable = true;
uinput.enable = true;
bluetooth.enable = true;
keyboard.uhk.enable = true;
# keyboard.uhk.enable = true;
};
security.rtkit.enable = true;

View file

@ -113,6 +113,15 @@
# Enable networking
networking.networkmanager.enable = true;
security.pam.services.jade.u2fAuth = true;
programs.i3lock.u2fSupport = true;
security.pam.u2f = {
enable = true;
cue = true;
control = "sufficient";
authFile = "/home/jade/.ssh/u2f_keys";
};
i18n.extraLocaleSettings = {
LC_ADDRESS = "de_DE.UTF-8";
LC_IDENTIFICATION = "de_DE.UTF-8";

View file

@ -98,7 +98,7 @@
};
};
hardware.keyboard.uhk.enable = true;
# hardware.keyboard.uhk.enable = true;
hardware.enableRedistributableFirmware = true;
environment.systemPackages = with pkgs; [

View file

@ -138,7 +138,7 @@ in
xdotool
xorg.xwininfo
gparted
uhk-agent
# uhk-agent
cool-retro-term
xdg-desktop-portal-gtk
virt-manager