checkpoint

This commit is contained in:
BOTAlex 2025-12-11 23:36:34 +01:00
parent 44957eb1a4
commit 4e2d73d546
6 changed files with 88 additions and 19 deletions

View file

@ -9,8 +9,9 @@
# Include the results of the hardware scan.
./hardware-configuration.nix
./aliases.nix
./docker.nix
./modules/drivers/nvidia.nix
./docker.nix
./modules/k8s.nix
./modules/python.nix
./programs.nix
@ -32,9 +33,11 @@
boot.loader.efi.canTouchEfiVariables = true;
boot.loader.timeout = 2;
networking.hostName = "nixos"; # Define your hostname.
networking.hostName = "botkube"; # Define your hostname.
# networking.wireless.enable = true; # Enables wireless support via wpa_supplicant.
environment.variables.EDITOR = "nvim";
# Configure network proxy if necessary
# networking.proxy.default = "http://user:password@proxy:port/";
# networking.proxy.noProxy = "127.0.0.1,localhost,internal.domain";