mirror of
https://github.com/MagicBOTAlex/nixos-server.git
synced 2026-02-04 05:39:18 +01:00
checkpoint
This commit is contained in:
parent
44957eb1a4
commit
4e2d73d546
6 changed files with 88 additions and 19 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue