From 2d2d3463f3fd9fc495662ddd2758d89569a89d21 Mon Sep 17 00:00:00 2001 From: Mathias Magnusson Date: Fri, 10 Oct 2025 22:11:13 +0200 Subject: WiFi! --- configuration.nix | 9 --------- 1 file changed, 9 deletions(-) (limited to 'configuration.nix') diff --git a/configuration.nix b/configuration.nix index 7eb5a30..b066ff3 100644 --- a/configuration.nix +++ b/configuration.nix @@ -1,7 +1,3 @@ -# Edit this configuration file to define what should be installed on -# your system. Help is available in the configuration.nix(5) man page, on -# https://search.nixos.org/options and in the NixOS manual (`nixos-help`). - { config, lib, pkgs, inputs, ... }: { @@ -21,8 +17,6 @@ boot.loader.efi.canTouchEfiVariables = true; networking.hostName = "oden"; - # networking.wireless.enable = true; # Enables wireless support via wpa_supplicant. - networking.networkmanager.enable = true; # Easiest to use and most distros use this by default. # Set your time zone. time.timeZone = "Europe/Stockholm"; @@ -33,7 +27,6 @@ keyMap = "mod-dh-iso-us"; }; - # Define a user account. Don't forget to set a password with ‘passwd’. users.users.mathias = { isNormalUser = true; extraGroups = [ "wheel" "wireshark" ]; @@ -45,8 +38,6 @@ programs.wireshark.enable = true; - # List packages installed in system profile. - # You can use https://search.nixos.org/ to find more packages (and options). environment.systemPackages = with pkgs; [ neovim curl -- cgit v1.2.3