mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 15:00:13 +01:00
chore: comment out things from hardware-configuration.nix as those are no longer valid
This commit is contained in:
parent
c0cab9eb1d
commit
29839e9f5b
1 changed files with 13 additions and 13 deletions
|
|
@ -24,21 +24,21 @@
|
||||||
boot.kernelModules = [ "kvm-intel" ];
|
boot.kernelModules = [ "kvm-intel" ];
|
||||||
boot.extraModulePackages = [ ];
|
boot.extraModulePackages = [ ];
|
||||||
|
|
||||||
fileSystems."/" = {
|
# fileSystems."/" = {
|
||||||
device = "/dev/disk/by-uuid/864dfbec-81f0-460f-b970-27693a0ad0e6";
|
# device = "/dev/disk/by-uuid/864dfbec-81f0-460f-b970-27693a0ad0e6";
|
||||||
fsType = "ext4";
|
# fsType = "ext4";
|
||||||
};
|
# };
|
||||||
|
|
||||||
fileSystems."/boot" = {
|
# fileSystems."/boot" = {
|
||||||
device = "/dev/disk/by-uuid/E141-F5CE";
|
# device = "/dev/disk/by-uuid/E141-F5CE";
|
||||||
fsType = "vfat";
|
# fsType = "vfat";
|
||||||
options = [
|
# options = [
|
||||||
"fmask=0077"
|
# "fmask=0077"
|
||||||
"dmask=0077"
|
# "dmask=0077"
|
||||||
];
|
# ];
|
||||||
};
|
# };
|
||||||
|
|
||||||
swapDevices = [ ];
|
# swapDevices = [ ];
|
||||||
|
|
||||||
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
|
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
|
||||||
hardware.cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
|
hardware.cpu.intel.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue