···
# 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.
4
-
{ config, lib, pkgs, modulesPath, ... }:
8
-
[ (modulesPath + "/installer/scan/not-detected.nix")
14
+
(modulesPath + "/profiles/qemu-guest.nix")
11
-
boot.initrd.availableKernelModules = [ "xhci_pci" "ahci" "nvme" "usbhid" "uas" "sd_mod" ];
17
+
boot.initrd.availableKernelModules = [
boot.initrd.kernelModules = [ ];
13
-
boot.kernelModules = [ "kvm-intel" ];
25
+
boot.kernelModules = [ "kvm-amd" ];
boot.extraModulePackages = [ ];
17
-
device = "/dev/disk/by-uuid/17b399da-2210-4493-9ae3-c65b20b992a0";
29
+
device = "/dev/disk/by-uuid/07478c87-a96d-4665-b7e7-2736e9748fd6";
21
-
fileSystems."/boot" =
22
-
{ device = "/dev/disk/by-uuid/6340-211B";
24
-
options = [ "fmask=0022" "dmask=0022" ];
27
-
fileSystems."/garage" = {
32
-
fileSystems."/storage" = {
40
-
hardware.fancontrol = {
44
-
DEVPATH=hwmon1=devices/platform/nct6775.2592 hwmon2=devices/platform/coretemp.0
45
-
DEVNAME=hwmon1=nct6795 hwmon2=coretemp
46
-
FCTEMPS=hwmon1/pwm2=hwmon2/temp1_input hwmon1/pwm3=hwmon2/temp1_input
47
-
FCFANS=hwmon1/pwm2=hwmon1/fan2_input hwmon1/pwm3=hwmon1/fan3_input
48
-
MINTEMP=hwmon1/pwm2=20 hwmon1/pwm3=20
49
-
MAXTEMP=hwmon1/pwm2=65 hwmon1/pwm3=60
50
-
MINSTART=hwmon1/pwm2=38 hwmon1/pwm3=75
51
-
MINSTOP=hwmon1/pwm2=28 hwmon1/pwm3=75
52
-
MINPWM=hwmon1/pwm2=28 hwmon1/pwm3=75
53
-
MAXPWM=hwmon1/pwm2=150 hwmon1/pwm3=105
34
+
{ device = "/dev/disk/by-uuid/2bff92a8-8c12-4190-aed9-5aed7ddf4211"; }
# 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
# still possible to use this option, but it's recommended to use it in conjunction
# with explicit per-interface declarations with `networking.interfaces.<interface>.useDHCP`.
61
-
networking.useDHCP = lib.mkDefault true;
62
-
# networking.interfaces.enp0s31f6.useDHCP = lib.mkDefault true;
41
+
#networking.useDHCP = lib.mkDefault true;
42
+
# networking.interfaces.ens3.useDHCP = lib.mkDefault true;
43
+
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";