[moderatio] cleanup configuration.nix

This commit is contained in:
2022-10-04 19:20:29 +02:00
parent 4eb35014b9
commit 45fdae518b

View File

@@ -15,10 +15,7 @@
../modules/sshd.nix ../modules/sshd.nix
]; ];
# Define on which hard drive you want to install Grub.
networking.hostName = "moderatio"; # Define your hostname. networking.hostName = "moderatio"; # Define your hostname.
# 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.networkmanager.enable = true; # Easiest to use and most distros use this by default.
# Set your time zone. # Set your time zone.
@@ -32,16 +29,6 @@
# useXkbConfig = true; # use xkbOptions in tty. # useXkbConfig = true; # use xkbOptions in tty.
# }; # };
# Enable the X11 windowing system.
# Configure keymap in X11
# "eurosign:e";
# "caps:escape" # map caps to escape.
# };
# Enable CUPS to print documents. # Enable CUPS to print documents.
# services.printing.enable = true; # services.printing.enable = true;
@@ -50,10 +37,6 @@
hardware.pulseaudio.enable = true; hardware.pulseaudio.enable = true;
#Define a user account. Don't forget to set a password with passwd.
# List packages installed in system profile. To search, run:
# $ nix search wget
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
vim vim
wget wget