diff --git a/systems/common.nix b/systems/common.nix index a02d80a..daa211e 100644 --- a/systems/common.nix +++ b/systems/common.nix @@ -44,8 +44,10 @@ dedicatedServer.openFirewall = true; # Open ports in the firewall for Source Dedicated Server }; + # hardware + hardware.enableRedistributableFirmware = true; - # Bootloader. + # Bootloader boot.loader.systemd-boot.enable = true; boot.loader.efi.canTouchEfiVariables = true;