Merge branch 'jsutter-master-patch-83475' into 'master'

Update systems/common.nix

See merge request jsutter/nixos!9
This commit is contained in:
Julian Sutter 2023-01-24 06:53:50 +00:00
commit 37f4059599

View file

@ -44,8 +44,10 @@
dedicatedServer.openFirewall = true; # Open ports in the firewall for Source Dedicated Server 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.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true; boot.loader.efi.canTouchEfiVariables = true;