Changes
1 changed files (+25/-2)
-
-
@@ -39,8 +39,31 @@]; config = { boot.loader.systemd-boot.enable = true; boot.loader.efi.canTouchEfiVariables = true; boot = { loader = { timeout = 0; systemd-boot.enable = true; efi.canTouchEfiVariables = true; }; plymouth = { enable = true; theme = "breeze"; }; # Enable "Silent boot" # https://wiki.nixos.org/wiki/Plymouth consoleLogLevel = 3; initrd.verbose = false; kernelParams = [ "quiet" "udev.log_level=3" "systemd.show_status=auto" ]; # Load graphics functionality early, otherwise Plymouth does not render. initrd.availableKernelModules = [ "i915" ]; }; networking.hostName = "hive"; networking.firewall = {
-