1
1
Fork 0

Enable defaults.time

This commit is contained in:
Tim Van Baak 2023-08-02 17:07:00 +00:00
parent 13090dd594
commit 72720464ec
1 changed files with 0 additions and 6 deletions

View File

@ -10,7 +10,6 @@ in {
beatific.hostName = "catacomb"; beatific.hostName = "catacomb";
beatific.defaults = { beatific.defaults = {
time = false;
i18n = false; i18n = false;
programs = false; programs = false;
ssh = false; ssh = false;
@ -85,11 +84,6 @@ in {
passwordAuthentication = true; passwordAuthentication = true;
}; };
services.ntp = {
enable = true;
servers = ["time.nist.gov"];
};
services.rsyncd.enable = true; services.rsyncd.enable = true;
services.samba = services.samba =