add yubikey , hypridle and docker service isn't active on boot except on server

This commit is contained in:
2024-12-25 11:42:38 +01:00
parent 01fb3855bc
commit 61e9578c66
5 changed files with 47 additions and 2 deletions

View File

@ -21,6 +21,8 @@
tlp
looking-glass-client
fprintd
yubikey-manager
yubico-pam
];
hardware.nvidia.prime.offload = {
@ -50,6 +52,8 @@
};
};
services.upower.enable = true;
services.udev.packages = [ pkgs.yubikey-personalization ];

View File

@ -23,6 +23,7 @@
nameservers = ["8.8.8.8" "8.8.4.4" "1.1.1.1"];
};
virtualisation.docker.liveRestore = false;
virtualisation.docker.enableOnBoot = true;
services.fail2ban.enable = true;
services.fail2ban.bantime = "2h";