enable pcscd, remove keybase

Signed-off-by: Harald Hoyer <harald@hoyer.xyz>
This commit is contained in:
Harald Hoyer 2024-03-05 10:17:30 +01:00
parent 9594a9c28e
commit 75ef98eb97

View file

@ -11,14 +11,15 @@ in
config = mkIf cfg.enable { config = mkIf cfg.enable {
services = { services = {
dbus.implementation = "broker";
dbus.packages = [ pkgs.gcr ];
gnome.tracker-miners.enable = lib.mkForce false; gnome.tracker-miners.enable = lib.mkForce false;
flatpak.enable = true; flatpak.enable = true;
xserver = {
layout = "de+us"; pcscd.enable = true;
enable = true;
displayManager.gdm.enable = true;
desktopManager.gnome.enable = true;
};
# Enable CUPS to print documents. # Enable CUPS to print documents.
printing.enable = true; printing.enable = true;
@ -35,16 +36,17 @@ in
#media-session.enable = true; #media-session.enable = true;
}; };
dbus.packages = [ pkgs.gcr ];
udev.packages = [ udev.packages = [
pkgs.libu2f-host pkgs.libu2f-host
pkgs.yubikey-personalization pkgs.yubikey-personalization
]; ];
dbus.implementation = "broker"; xserver = {
keybase.enable = true; layout = "de+us";
kbfs.enable = false; enable = true;
displayManager.gdm.enable = true;
desktopManager.gnome.enable = true;
};
}; };
#security.pam.p11.control = "sufficient"; #security.pam.p11.control = "sufficient";
#security.pam.p11.control = "required"; #security.pam.p11.control = "required";
@ -54,7 +56,6 @@ in
#security.pam.yubico.control = "sufficient"; #security.pam.yubico.control = "sufficient";
#security.pam.yubico.mode = "challenge-response"; #security.pam.yubico.mode = "challenge-response";
#services.pcscd.enable = true;
#security.tpm2.pkcs11.enable = true; #security.tpm2.pkcs11.enable = true;
# Enable sound with pipewire. # Enable sound with pipewire.
@ -90,8 +91,6 @@ in
jetbrains-toolbox jetbrains-toolbox
jq jq
kbfs kbfs
keybase
keybase-gui
libu2f-host libu2f-host
mosh mosh
mosh mosh