This commit is contained in:
BOTAlex 2026-04-07 04:49:06 +02:00
parent dd22a98cdb
commit 1b3da60827
4 changed files with 35 additions and 13 deletions

View file

@ -2,12 +2,11 @@
# your system. Help is available in the configuration.nix(5) man page
# and in the NixOS manual (accessible by running nixos-help).
{
config,
pkgs,
lib,
inputs,
...
{ config
, pkgs
, lib
, inputs
, ...
}:
{
@ -46,6 +45,7 @@
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
boot.loader.timeout = 2;
boot.kernelParams = [ "nomodeset" ];
networking.hostName = "botkube"; # Define your hostname.
# networking.wireless.enable = true; # Enables wireless support via wpa_supplicant.