format zotac hardware config

This commit is contained in:
twoneis 2024-02-11 15:34:43 +01:00
parent 6ecd6efb44
commit 1d72271b23

View file

@ -1,31 +1,26 @@
# Do not modify this file! It was generated by nixos-generate-config { config, lib, modulesPath, ... }: {
# and may be overwritten by future invocations. Please make changes imports = [
# to /etc/nixos/configuration.nix instead. (modulesPath + "/installer/scan/not-detected.nix")
{ config, lib, pkgs, modulesPath, ... }: ];
{
imports =
[ (modulesPath + "/installer/scan/not-detected.nix")
];
boot.initrd.availableKernelModules = [ "ahci" "xhci_pci" "usbhid" "usb_storage" "ums_realtek" "sd_mod" "sdhci_pci" ]; boot.initrd.availableKernelModules = [ "ahci" "xhci_pci" "usbhid" "usb_storage" "ums_realtek" "sd_mod" "sdhci_pci" ];
boot.initrd.kernelModules = [ ]; boot.initrd.kernelModules = [ ];
boot.kernelModules = [ "kvm-intel" ]; boot.kernelModules = [ "kvm-intel" ];
boot.extraModulePackages = [ ]; boot.extraModulePackages = [ ];
fileSystems."/" = fileSystems."/" = {
{ device = "/dev/disk/by-uuid/4a496297-dd6f-42d8-9e1f-56149a0166ea"; device = "/dev/disk/by-uuid/4a496297-dd6f-42d8-9e1f-56149a0166ea";
fsType = "ext4"; fsType = "ext4";
}; };
fileSystems."/boot" = fileSystems."/boot" = {
{ device = "/dev/disk/by-uuid/D976-03E3"; device = "/dev/disk/by-uuid/D976-03E3";
fsType = "vfat"; fsType = "vfat";
}; };
swapDevices = swapDevices = [
[ { device = "/dev/disk/by-uuid/3a785c6a-7f59-4647-9a84-f2e65d03997b"; } { device = "/dev/disk/by-uuid/3a785c6a-7f59-4647-9a84-f2e65d03997b"; }
]; ];
# Enables DHCP on each ethernet and wireless interface. In case of scripted networking # Enables DHCP on each ethernet and wireless interface. In case of scripted networking
# (the default) this is the recommended approach. When using systemd-networkd it's # (the default) this is the recommended approach. When using systemd-networkd it's