Merge branch 'main' of github.com:bloxx12/nichts

This commit is contained in:
LarsZauberer 2024-04-21 22:05:07 +02:00
commit b59cb9443b
44 changed files with 99 additions and 6851 deletions

View file

@ -120,21 +120,12 @@
# services.flatpak.enable = true;
services = {
twingate.enable = true;
pcscd.enable = true;
};
# SSH AGENT
programs.ssh.startAgent = true;
services.gnome3.gnome-keyring.enable = false;
# Security PAM with yubico key
security.pam.yubico = {
enable = true;
debug = false;
mode = "challenge-response";
id = [ "26292316" "28067815" ];
};
system.stateVersion = "23.11";
nix.settings.experimental-features = ["nix-command" "flakes"];
}