sync laptop

This commit is contained in:
atagen 2023-03-31 14:06:08 +11:00
parent bc72aada53
commit 3c014b1d15
5 changed files with 3 additions and 9 deletions

View file

@ -23,9 +23,6 @@ in
};
};
nixpkgs.config.allowUnfree = true;
nixpkgs.config.permittedInsecurePackages = [
"imagemagick-6.9.12-68"
];
home.packages = with pkgs; [

View file

@ -15,7 +15,7 @@ rustPlatform.buildRustPackage rec {
nativeBuildInputs = [ pkg-config ];
buildInputs = [ libX11 ];
cargoSha256 = "sha256-Vnhni8tckrexlJ85gfSDEAVWhH6oVHn9/z2O2OIVR5o=";
cargoSha256 = "sha256-d8MshgH3EppKR80fULU5kraJzrkG57KApzcJM2muvIE=";
meta = with lib; {
description = "colourise piped input";

View file

@ -26,6 +26,7 @@
swapDevices = [ ];
networking.useDHCP = lib.mkDefault true;
boot.loader.systemd-boot.configurationLimit = 2;
powerManagement.cpuFreqGovernor = lib.mkDefault "powersave";
hardware.cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;

View file

@ -45,7 +45,6 @@
environment.pathsToLink = [ "/share/zsh" ];
boot.loader.systemd-boot.enable = true;
boot.loader.systemd-boot.configurationLimit = 5;
boot.loader.systemd-boot.consoleMode = "max";
boot.loader.timeout = 3;
@ -162,10 +161,6 @@
nix-index
comma
river
];
networking.wg-quick.interfaces = {

View file

@ -36,6 +36,7 @@ in {
security.tpm2.enable = true;
boot.loader.systemd-boot.configurationLimit = 5;
networking.useDHCP = lib.mkDefault true;
hardware.cpu.amd.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;