Update 'configuration.nix'

This commit is contained in:
MK 2023-02-12 10:13:48 +01:00
parent dd335c8d00
commit cf0c4e5a69

View file

@ -14,9 +14,16 @@
boot.loader.systemd-boot.enable = true; boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true; boot.loader.efi.canTouchEfiVariables = true;
boot.loader.efi.efiSysMountPoint = "/boot/efi"; boot.loader.efi.efiSysMountPoint = "/boot/efi";
networking.hostName = "nixoslaptop"; # Define your hostname. networking.hostName = "nixoslaptop"; # Define your hostname.
# networking.wireless.enable = true; # Enables wireless support via wpa_supplicant. networking.wireless.enable = true; # Enables wireless support via wpa_supplicant.
networking.wireless.networks = {
gy-sedan14-wpa2 = { # Hidden SSID
hidden = true;
psk = "xxxYYYxxx";
};
};
# Configure network proxy if necessary # Configure network proxy if necessary
# networking.proxy.default = "http://user:password@proxy:port/"; # networking.proxy.default = "http://user:password@proxy:port/";