Update NixOS config

This commit is contained in:
askiiart 2023-12-30 16:27:06 -06:00
parent a93c6c3e39
commit c6e5489e20
Signed by untrusted user who does not match committer: askiiart
GPG key ID: BC3800E55FB54D67
5 changed files with 7 additions and 7 deletions

View file

@ -29,10 +29,10 @@ in
boot.loader.grub.useOSProber = true;
boot.loader.efi.canTouchEfiVariables = true;
networking.hostName = "nixvm"; # Define your hostname.
networking.hostName = "foxbox"; # Define your hostname.
# Pick only one of the below networking options.
# networking.wireless.enable = true; # Enables wireless support via wpa_supplicant.
# networking.networkmanager.enable = true; # Easiest to use and most distros use this by default.
networking.networkmanager.enable = true; # Easiest to use and most distros use this by default.
# Set your time zone.
time.timeZone = "America/Chicago";

View file

@ -33,7 +33,6 @@ in
pkgs.mesa
pkgs.meslo-lgs-nf
pkgs.libvirt
#pkgs.dotnet-runtime_7
];
# enable opengl