misc small tweaks
This commit is contained in:
parent
39d2f22cbb
commit
213e3b6e00
3 changed files with 3 additions and 15 deletions
|
|
@ -42,7 +42,7 @@ in
|
|||
inherit (self.homeConfigurations) muede;
|
||||
};
|
||||
distributedBuilds = {
|
||||
isBuilder = false;
|
||||
isBuilder = true;
|
||||
speedFactor = 14;
|
||||
hostPublicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHGKoZ68wwyVRmPB0SkvpJUyUMDWeFbC5Je9zukyEOh7";
|
||||
clientPublicKey = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKAbojdhb3PfazSRmudvo381Y+zUFVLMa7AbWbfK/Zp2 muede-lpt2-nix-builds";
|
||||
|
|
|
|||
|
|
@ -4,5 +4,6 @@
|
|||
enable = true;
|
||||
weather.fallbackCity = "Berlin";
|
||||
cliphist.enable = true;
|
||||
stats.layout = "split";
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -13,20 +13,6 @@
|
|||
config = lib.mkIf config.my.gnome.enable (
|
||||
lib.mkMerge [
|
||||
{
|
||||
# Workaround for GDM 50 + NixOS 26.05: greeter PAM session strips PATH so
|
||||
# gdm-wayland-session can't find `gnome-session` and exits 70.
|
||||
# https://github.com/NixOS/nixpkgs/issues/523332 — drop once #523948 lands.
|
||||
# security.pam.services.gdm-launch-environment.rules.session.env-greeter = {
|
||||
# control = "required";
|
||||
# modulePath = "${config.security.pam.package}/lib/security/pam_env.so";
|
||||
# settings.conffile = pkgs.writeText "gdm-launch-environment-env-conf" ''
|
||||
# PATH DEFAULT="''${PATH}:${pkgs.gnome-session}/bin"
|
||||
# XDG_DATA_DIRS DEFAULT="''${XDG_DATA_DIRS}:/run/current-system/sw/share"
|
||||
# '';
|
||||
# settings.readenv = 0;
|
||||
# order = 12200;
|
||||
# };
|
||||
|
||||
services = {
|
||||
xserver.excludePackages = [ pkgs.xterm ];
|
||||
|
||||
|
|
@ -48,6 +34,7 @@
|
|||
tinysparql.enable = false;
|
||||
localsearch.enable = false;
|
||||
sushi.enable = true;
|
||||
gnome-browser-connector.enable = false;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue