Compare commits

..

No commits in common. "d8af7fa3cb08f28fbac9e67b81b64e55417d0377" and "9594a9c28ea351fb61474b542dba0c94da5d66f5" have entirely different histories.

2 changed files with 15 additions and 14 deletions

View file

@ -11,15 +11,14 @@ 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 = {
pcscd.enable = true; layout = "de+us";
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;
@ -36,17 +35,16 @@ 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
]; ];
xserver = { dbus.implementation = "broker";
layout = "de+us"; keybase.enable = true;
enable = true; kbfs.enable = false;
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";
@ -56,6 +54,7 @@ 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.
@ -91,6 +90,8 @@ in
jetbrains-toolbox jetbrains-toolbox
jq jq
kbfs kbfs
keybase
keybase-gui
libu2f-host libu2f-host
mosh mosh
mosh mosh

View file

@ -13,7 +13,7 @@ with lib.plusultra;
operation = "boot"; operation = "boot";
allowReboot = false; allowReboot = false;
flags = [ "--update-input" "nixpkgs" ]; flags = [ "--update-input" "nixpkgs" ];
flake = "git+https://git.hoyer.xyz/harald/nixcfg#x1"; flake = "git+https://git.hoyer.xyz/harald/nixcfg#${networking.hostName}";
}; };
plusultra.gui.enable = true; plusultra.gui.enable = true;