Another mistake... I wish there was like a real-time Nix linter..

This commit is contained in:
Root User 2026-02-06 14:54:15 +01:00
parent 9efe372dc3
commit c76efbb673
Signed by: root
GPG key ID: 087F0A95E5766D72

View file

@ -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";