Another mistake... I wish there was like a real-time Nix linter..
This commit is contained in:
parent
9efe372dc3
commit
c76efbb673
1 changed files with 1 additions and 4 deletions
|
|
@ -33,16 +33,13 @@ in {
|
|||
boot.loader.systemd-boot.enable = true;
|
||||
boot.loader.efi.canTouchEfiVariables = true;
|
||||
|
||||
networking.hostName = "nixosdd"; # Define your hostname.
|
||||
networking.hostName = "nixos-traefik"; # Define your hostname.
|
||||
# networking.wireless.enable = true; # Enables wireless support via wpa_supplicant.
|
||||
|
||||
# Configure network proxy if necessary
|
||||
# networking.proxy.default = "http://user:password@proxy:port/";
|
||||
# networking.proxy.noProxy = "127.0.0.1,localhost,internal.domain";
|
||||
|
||||
# Enable networking
|
||||
networking.networkmanager.enable = true;
|
||||
|
||||
# Set your time zone.
|
||||
time.timeZone = "Europe/Copenhagen";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue