Enable defaults.time
This commit is contained in:
parent
13090dd594
commit
72720464ec
|
@ -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 =
|
||||||
|
|
Loading…
Reference in New Issue