diff options
Diffstat (limited to 'configuration.nix')
| -rw-r--r-- | configuration.nix | 9 |
1 files changed, 0 insertions, 9 deletions
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 |
