Update to nixos 22.11
This commit is contained in:
parent
f0be8cc8d8
commit
858c7a1655
14 changed files with 78 additions and 49 deletions
|
@ -52,7 +52,7 @@ in {
|
|||
|
||||
# Package management
|
||||
nix = {
|
||||
trustedUsers = [ "root" "@wheel" ];
|
||||
settings.trusted-users = [ "root" "@wheel" ];
|
||||
gc = {
|
||||
automatic = true;
|
||||
dates = "weekly";
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
boot.kernelParams = [ "acpi_enforce_resources=lax" ];
|
||||
|
||||
hardware.cpu.amd.updateMicrocode = true;
|
||||
nix.maxJobs = lib.mkDefault 24;
|
||||
nix.settings.max-jobs = lib.mkDefault 24;
|
||||
|
||||
powerManagement.powerUpCommands = let
|
||||
forceThunderboltOnScript =
|
||||
|
|
|
@ -24,5 +24,5 @@
|
|||
|
||||
# CPU Configuration
|
||||
hardware.cpu.amd.updateMicrocode = true;
|
||||
nix.maxJobs = lib.mkDefault 4;
|
||||
nix.settings.max-jobs = lib.mkDefault 4;
|
||||
}
|
||||
|
|
|
@ -12,8 +12,7 @@
|
|||
boot.initrd.kernelModules =
|
||||
[ "dm-snapshot" ]; # TODO: This should be moved to defaults
|
||||
|
||||
environment.systemPackages = with pkgs; [ modemmanager libmbim ];
|
||||
|
||||
environment.systemPackages = with pkgs; [ modemmanager libmbim ];
|
||||
|
||||
environment.etc."ModemManager/fcc-unlock.d/1eac:1001" = {
|
||||
source = "${pkgFccUnlock}/bin/fcc-unlock";
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 7f194f75d8951b0ecc175077565cf9dd3bd96116
|
||||
Subproject commit 24ad2174f1e551e18303151f6e73e45ddcaf9699
|
Loading…
Add table
Add a link
Reference in a new issue