Cleaned up comments and removed some duplicate config
This commit is contained in:
Alejandro Angulo 2023-03-25 10:20:16 -07:00
parent 8df356ad9c
commit 872c42b12f
Signed by: alejandro-angulo
GPG key ID: 75579581C74554B6
2 changed files with 2 additions and 117 deletions

View file

@ -45,18 +45,11 @@
boot.binfmt.emulatedSystems = ["aarch64-linux" "armv6l-linux"];
networking.hostName = "gospel"; # Define your hostname.
# Pick only one of the below networking options.
# networking.wireless.enable = true; # Enables wireless support via wpa_supplicant.
# networking.networkmanager.enable = true; # Easiest to use and most distros use this by default.
networking.hostName = "gospel";
# Set your time zone.
time.timeZone = "America/Los_Angeles";
# fonts.fonts = with pkgs; [
# (nerdfonts.override {fonts = ["Hack"];})
# ];
# List packages installed in system profile. To search, run:
# $ nix search wget
environment.systemPackages = with pkgs; [
@ -82,12 +75,6 @@
file
];
# Copy the NixOS configuration file and link it from the resulting system
# (/run/current-system/configuration.nix). This is useful in case you
# accidentally delete configuration.nix.
# system.copySystemConfiguration = true;
# This value determines the NixOS release from which the default
# settings for stateful data, like file locations and database versions
# on your system were taken. Its perfectly fine and recommended to leave