From 62012c91121e61d0087e8d3398f848c1280a523a Mon Sep 17 00:00:00 2001 From: Charlotte Van Petegem Date: Mon, 17 Feb 2020 21:32:47 +0100 Subject: [PATCH] Remove useless comments --- configuration.nix | 4 ---- machines/pentos/default.nix | 14 ++------------ machines/pentos/hardware.nix | 3 --- 3 files changed, 2 insertions(+), 19 deletions(-) diff --git a/configuration.nix b/configuration.nix index d2f9d8c0..3f68a53a 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 -# and in the NixOS manual (accessible by running ‘nixos-help’). - { ... }: { diff --git a/machines/pentos/default.nix b/machines/pentos/default.nix index 3b3157d6..6530cb73 100644 --- a/machines/pentos/default.nix +++ b/machines/pentos/default.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 -# and in the NixOS manual (accessible by running ‘nixos-help’). - { config, pkgs, ... }: { @@ -16,17 +12,12 @@ boot.loader.systemd-boot.enable = true; boot.loader.efi.canTouchEfiVariables = true; - networking.hostName = "pentos"; # Define your hostname. - networking.wireless.enable = true; # Enables wireless support via wpa_supplicant. + networking.hostName = "pentos"; + networking.wireless.enable = true; - # The global useDHCP flag is deprecated, therefore explicitly set to false here. - # Per-interface useDHCP will be mandatory in the future, so this generated config - # replicates the default behaviour. - networking.useDHCP = false; networking.interfaces.enp0s31f6.useDHCP = true; networking.interfaces.wlp0s20f3.useDHCP = true; - # Set your time zone. time.timeZone = "Europe/Brussels"; # This value determines the NixOS release from which the default @@ -48,7 +39,6 @@ git.email = "charlotte@vanpetegem.me"; }; - # System settings system = { autoUpgrade.enable = true; }; diff --git a/machines/pentos/hardware.nix b/machines/pentos/hardware.nix index 2efd2f91..5f9c9744 100644 --- a/machines/pentos/hardware.nix +++ b/machines/pentos/hardware.nix @@ -1,6 +1,3 @@ -# Do not modify this file! It was generated by ‘nixos-generate-config’ -# and may be overwritten by future invocations. Please make changes -# to /etc/nixos/configuration.nix instead. { config, lib, pkgs, ... }: {