Enable distributed builds on z790prors

This commit is contained in:
2024-08-23 15:06:53 -07:00
parent 63ff1a9826
commit c11d973b4b

View File

@@ -46,6 +46,16 @@ in
# }; # };
nix.settings.experimental-features = [ "nix-command" "flakes" ]; nix.settings.experimental-features = [ "nix-command" "flakes" ];
nix.settings.secret-key-files = /root/cache-priv-key.pem;
nix.settings.max-jobs = "auto";
nix.settings.trusted-users = [ "johno" ];
nix.settings.substituters = [
"https://hyprland.cachix.org"
];
nix.settings.trusted-public-keys = [
"hyprland.cachix.org-1:a7pgxzMz7+chwVL3/pzj6jIBMioiJM7ypFP8PwtkuGc="
];
nixpkgs.config.allowUnfree = true; nixpkgs.config.allowUnfree = true;
# Enable the X11 windowing system. # Enable the X11 windowing system.
@@ -120,7 +130,7 @@ in
# List services that you want to enable: # List services that you want to enable:
# Enable the OpenSSH daemon. # Enable the OpenSSH daemon.
# services.openssh.enable = true; services.openssh.enable = true;
services.displayManager = { services.displayManager = {
sddm.enable = true; sddm.enable = true;