chore(hosts/nixos-unstable): add nixpkgs-review, remove fork-only workerThread setting
This commit is contained in:
@@ -22,6 +22,7 @@
|
|||||||
extraGroups = [ "wheel" ]; # Enable ‘sudo’ for the user.
|
extraGroups = [ "wheel" ]; # Enable ‘sudo’ for the user.
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
tree
|
tree
|
||||||
|
nixpkgs-review
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
users.users.bob = {
|
users.users.bob = {
|
||||||
@@ -41,7 +42,6 @@
|
|||||||
|
|
||||||
services.nscd = {
|
services.nscd = {
|
||||||
enableNsncd = true;
|
enableNsncd = true;
|
||||||
workerThreads = 2;
|
|
||||||
};
|
};
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
];
|
];
|
||||||
@@ -53,5 +53,4 @@
|
|||||||
# networking.firewall.enable = false;
|
# networking.firewall.enable = false;
|
||||||
|
|
||||||
system.stateVersion = "25.05"; # Did you read the comment?
|
system.stateVersion = "25.05"; # Did you read the comment?
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user