dotfiles/nixos/machines/zazu/apu2c4.nix

23 lines
699 B
Nix
Raw Normal View History

2020-05-21 17:39:38 +02:00
# Do not modify this file! It was generated by nixos-generate-config
# and may be overwritten by future invocations. Please make changes
# to /etc/nixos/configuration.nix instead.
{ config, lib, pkgs, ... }:
{
2021-05-29 18:05:31 +02:00
boot.initrd.availableKernelModules =
[ "xhci_pci" "ahci" "ehci_pci" "usb_storage" "sd_mod" "sdhci_pci" ];
2020-05-21 17:39:38 +02:00
boot.initrd.kernelModules = [ ];
boot.kernelModules = [ "kvm-amd" ];
boot.extraModulePackages = [ ];
2021-05-29 18:05:31 +02:00
fileSystems."/" = {
device = "/dev/disk/by-uuid/1396f814-6cc2-4988-992a-3558fa1ac5a2";
fsType = "ext4";
};
2020-05-21 17:39:38 +02:00
swapDevices =
2021-05-29 18:05:31 +02:00
[{ device = "/dev/disk/by-uuid/5f8f358d-f63c-48ad-a322-d1aeb403e4ff"; }];
2020-05-21 17:39:38 +02:00
2022-10-04 10:15:29 +02:00
nix.settings.max-jobs = lib.mkDefault 4;
2020-05-21 17:39:38 +02:00
}