Compare commits
2 commits
9594a9c28e
...
d8af7fa3cb
Author | SHA1 | Date | |
---|---|---|---|
Harald Hoyer | d8af7fa3cb | ||
Harald Hoyer | 75ef98eb97 |
|
@ -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
|
||||||
|
|
|
@ -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#${networking.hostName}";
|
flake = "git+https://git.hoyer.xyz/harald/nixcfg#x1";
|
||||||
};
|
};
|
||||||
|
|
||||||
plusultra.gui.enable = true;
|
plusultra.gui.enable = true;
|
||||||
|
|
Loading…
Reference in a new issue