Update hosts/default/configuration.nix

This commit is contained in:
Colin Henry 2025-02-11 00:06:12 -05:00
parent 61b213a278
commit 457e04ce60

View File

@ -16,7 +16,7 @@
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
networking.hostName = "case"; # Define your hostname.
networking.hostName = "default"; # Define your hostname.
# networking.wireless.enable = true; # Enables wireless support via wpa_supplicant.
nix.settings.experimental-features = ["nix-command" "flakes" ];