forked from M-Labs/it-infra
nixbld: nixos 24.05
This commit is contained in:
parent
c3d9b9a7a1
commit
1eac9d249d
|
@ -28,7 +28,7 @@ in
|
||||||
boot.loader.grub.efiSupport = true;
|
boot.loader.grub.efiSupport = true;
|
||||||
boot.loader.efi.canTouchEfiVariables = true;
|
boot.loader.efi.canTouchEfiVariables = true;
|
||||||
hardware.cpu.amd.updateMicrocode = true;
|
hardware.cpu.amd.updateMicrocode = true;
|
||||||
boot.supportedFilesystems = ["zfs"];
|
boot.supportedFilesystems.zfs = true;
|
||||||
boot.kernelParams = ["zfs.l2arc_write_max=536870912"];
|
boot.kernelParams = ["zfs.l2arc_write_max=536870912"];
|
||||||
boot.binfmt.emulatedSystems = [ "armv7l-linux" "aarch64-linux" ];
|
boot.binfmt.emulatedSystems = [ "armv7l-linux" "aarch64-linux" ];
|
||||||
|
|
||||||
|
@ -474,7 +474,7 @@ in
|
||||||
# List packages installed in system profile. To search, run:
|
# List packages installed in system profile. To search, run:
|
||||||
# $ nix search wget
|
# $ nix search wget
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
wget vim git file lm_sensors acpi pciutils psmisc nixopsUnstable
|
wget vim git file lm_sensors acpi pciutils psmisc nixops_unstable_minimal
|
||||||
irssi tmux usbutils imagemagick jq zip unzip
|
irssi tmux usbutils imagemagick jq zip unzip
|
||||||
iw
|
iw
|
||||||
nvme-cli
|
nvme-cli
|
||||||
|
@ -1127,9 +1127,9 @@ in
|
||||||
https = true;
|
https = true;
|
||||||
maxUploadSize = "2G";
|
maxUploadSize = "2G";
|
||||||
config.adminpassFile = "/etc/nixos/secret/nextcloud_pass.txt";
|
config.adminpassFile = "/etc/nixos/secret/nextcloud_pass.txt";
|
||||||
config.defaultPhoneRegion = "HK";
|
settings.default_phone_region = "HK";
|
||||||
|
settings.log_type = "file";
|
||||||
phpOptions."opcache.interned_strings_buffer" = "12";
|
phpOptions."opcache.interned_strings_buffer" = "12";
|
||||||
logType = "file";
|
|
||||||
};
|
};
|
||||||
|
|
||||||
services.hedgedoc = {
|
services.hedgedoc = {
|
||||||
|
|
Loading…
Reference in New Issue