1
1
Fork 0

Enable defaults.{time,i18n}

This commit is contained in:
Jaculabilis 2023-08-02 17:46:48 +00:00
parent c431fb3ca5
commit 8ef887a4f0
1 changed files with 0 additions and 21 deletions

View File

@ -17,8 +17,6 @@
beatific.hostName = "empyrean";
beatific.defaults = {
time = false;
i18n = false;
programs = false;
ssh = false;
nebula = false;
@ -46,20 +44,6 @@
networking.useDHCP = false;
networking.interfaces.eth0.useDHCP = true;
# Configure network proxy if necessary
# networking.proxy.default = "http://user:password@proxy:port/";
# networking.proxy.noProxy = "127.0.0.1,localhost,internal.domain";
# Select internationalisation properties.
i18n.defaultLocale = "en_US.UTF-8";
console = {
font = "Lat2-Terminus16";
keyMap = "us";
};
# Set your time zone.
time.timeZone = "UTC";
# List packages installed in system profile. To search, run:
# $ nix search wget
environment.systemPackages = with pkgs; [
@ -107,11 +91,6 @@
acceptTerms = true;
};
services.ntp = {
enable = true;
servers = ["time.nist.gov"];
};
services.openssh = {
enable = true;
settings.PasswordAuthentication = false;