diff --git a/machine/catacomb/default.nix b/machine/catacomb/default.nix index e576830..e0dfea4 100644 --- a/machine/catacomb/default.nix +++ b/machine/catacomb/default.nix @@ -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 =