Enable defaults.time
This commit is contained in:
parent
13090dd594
commit
72720464ec
|
@ -10,7 +10,6 @@ in {
|
|||
|
||||
beatific.hostName = "catacomb";
|
||||
beatific.defaults = {
|
||||
time = false;
|
||||
i18n = false;
|
||||
programs = false;
|
||||
ssh = false;
|
||||
|
@ -85,11 +84,6 @@ in {
|
|||
passwordAuthentication = true;
|
||||
};
|
||||
|
||||
services.ntp = {
|
||||
enable = true;
|
||||
servers = ["time.nist.gov"];
|
||||
};
|
||||
|
||||
services.rsyncd.enable = true;
|
||||
|
||||
services.samba =
|
||||
|
|
Loading…
Reference in New Issue