aboutsummaryrefslogtreecommitdiff
path: root/machines/nixos/x86_64-linux
diff options
context:
space:
mode:
Diffstat (limited to 'machines/nixos/x86_64-linux')
-rw-r--r--machines/nixos/x86_64-linux/rivendell/default.nix6
1 files changed, 1 insertions, 5 deletions
diff --git a/machines/nixos/x86_64-linux/rivendell/default.nix b/machines/nixos/x86_64-linux/rivendell/default.nix
index 7c94470..787f090 100644
--- a/machines/nixos/x86_64-linux/rivendell/default.nix
+++ b/machines/nixos/x86_64-linux/rivendell/default.nix
@@ -12,9 +12,6 @@
./disks.nix
];
- services.fwupd.enable = true;
- hardware.enableRedistributableFirmware = true;
-
boot.initrd.availableKernelModules = [
"nvme"
"xhci_pci"
@@ -27,8 +24,6 @@
boot.initrd.kernelModules = [ ];
boot.kernelModules = [ "kvm-amd" ];
boot.extraModulePackages = [ ];
- boot.loader.efi.canTouchEfiVariables = true;
- boot.loader.systemd-boot.enable = true;
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
hardware.cpu.amd.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
@@ -50,6 +45,7 @@
nix.settings.trusted-users = [ "builder" ];
+ my.modules.hardware.baremetal.enable = true;
my.modules.remote-unlock.enable = true;
system.stateVersion = "23.11"; # Did you read the comment?