forked from kalipso/infrastructure
[moderatio] cleanup configuration.nix
This commit is contained in:
@@ -15,10 +15,7 @@
|
||||
../modules/sshd.nix
|
||||
];
|
||||
|
||||
# Define on which hard drive you want to install Grub.
|
||||
|
||||
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.
|
||||
|
||||
# Set your time zone.
|
||||
@@ -32,16 +29,6 @@
|
||||
# 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.
|
||||
# services.printing.enable = true;
|
||||
|
||||
@@ -50,10 +37,6 @@
|
||||
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; [
|
||||
vim
|
||||
wget
|
||||
|
||||
Reference in New Issue
Block a user