Update NixOS config
This commit is contained in:
parent
a93c6c3e39
commit
c6e5489e20
5 changed files with 7 additions and 7 deletions
|
@ -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";
|
||||
|
|
|
@ -33,7 +33,6 @@ in
|
|||
pkgs.mesa
|
||||
pkgs.meslo-lgs-nf
|
||||
pkgs.libvirt
|
||||
#pkgs.dotnet-runtime_7
|
||||
];
|
||||
|
||||
# enable opengl
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue