···11-# Do not modify this file! It was generated by ‘nixos-generate-config’
22-# and may be overwritten by future invocations. Please make changes
33-# to /etc/nixos/configuration.nix instead.
41{
52 config,
63 lib,
···2522 boot.kernelModules = [ "kvm-amd" ];
2623 boot.extraModulePackages = [ ];
27242828- # Enables DHCP on each ethernet and wireless interface. In case of scripted networking
2929- # (the default) this is the recommended approach. When using systemd-networkd it's
3030- # still possible to use this option, but it's recommended to use it in conjunction
3131- # with explicit per-interface declarations with `networking.interfaces.<interface>.useDHCP`.
3225 networking.useDHCP = lib.mkDefault true;
3333- # networking.interfaces.wlp3s0.useDHCP = lib.mkDefault true;
34263535- nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
3627 hardware.cpu.amd.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
3728}
-11
hosts/encryption/hardware-configuration.nix
···11-# Do not modify this file! It was generated by ‘nixos-generate-config’
22-# and may be overwritten by future invocations. Please make changes
33-# to /etc/nixos/configuration.nix instead.
44-51{
62 config,
73 lib,
···42384339 swapDevices = [ ];
44404545- # Enables DHCP on each ethernet and wireless interface. In case of scripted networking
4646- # (the default) this is the recommended approach. When using systemd-networkd it's
4747- # still possible to use this option, but it's recommended to use it in conjunction
4848- # with explicit per-interface declarations with `networking.interfaces.<interface>.useDHCP`.
4941 networking.useDHCP = lib.mkDefault true;
5050- # networking.interfaces.enp34s0.useDHCP = lib.mkDefault true;
5151- # networking.interfaces.wlo1.useDHCP = lib.mkDefault true;
52425353- nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
5443 hardware.cpu.amd.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
5544}
-11
hosts/index/hardware-configuration.nix
···11-# Do not modify this file! It was generated by ‘nixos-generate-config’
22-# and may be overwritten by future invocations. Please make changes
33-# to /etc/nixos/configuration.nix instead.
41{
52 config,
63 lib,
···44414542 swapDevices = [ ];
46434747- # Enables DHCP on each ethernet and wireless interface. In case of scripted networking
4848- # (the default) this is the recommended approach. When using systemd-networkd it's
4949- # still possible to use this option, but it's recommended to use it in conjunction
5050- # with explicit per-interface declarations with `networking.interfaces.<interface>.useDHCP`.
5144 networking.useDHCP = lib.mkDefault true;
5252- # networking.interfaces.enp7s0.useDHCP = lib.mkDefault true;
5353- # networking.interfaces.enp9s0.useDHCP = lib.mkDefault true;
5454- # networking.interfaces.wlo1.useDHCP = lib.mkDefault true;
55455656- nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
5746 hardware.cpu.amd.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
5847}