corectrl broken
This commit is contained in:
parent
b41dfcf9ac
commit
3973bbc8a5
1 changed files with 2 additions and 2 deletions
|
|
@ -36,7 +36,7 @@
|
||||||
|
|
||||||
nix.nixPath = [ "nixos-config=${./rotterdam.nix}" ];
|
nix.nixPath = [ "nixos-config=${./rotterdam.nix}" ];
|
||||||
|
|
||||||
users.users.user.extraGroups = [ "corectrl" ];
|
# users.users.user.extraGroups = [ "corectrl" ];
|
||||||
|
|
||||||
boot.kernelParams = [
|
boot.kernelParams = [
|
||||||
"processor.max_cstate=1" # Fixes bug where ryzen cpus freeze when in highest C state
|
"processor.max_cstate=1" # Fixes bug where ryzen cpus freeze when in highest C state
|
||||||
|
|
@ -44,7 +44,7 @@
|
||||||
];
|
];
|
||||||
|
|
||||||
programs = {
|
programs = {
|
||||||
corectrl.enable = true;
|
# corectrl.enable = true;
|
||||||
steam.dedicatedServer.openFirewall = true;
|
steam.dedicatedServer.openFirewall = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue