summaryrefslogtreecommitdiff
path: root/modules/system/datetime/default.nix
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-09-06 21:38:16 -0700
committerFuwn <[email protected]>2024-09-06 21:38:16 -0700
commit67acfc5da20f4b348e3826788243c997990a9a3c (patch)
tree08a1cc47f648eb001d5f8362716337c5af58d92f /modules/system/datetime/default.nix
parentBump (diff)
downloadnixos-config-67acfc5da20f4b348e3826788243c997990a9a3c.tar.xz
nixos-config-67acfc5da20f4b348e3826788243c997990a9a3c.zip
Bump
Diffstat (limited to 'modules/system/datetime/default.nix')
-rw-r--r--modules/system/datetime/default.nix6
1 files changed, 0 insertions, 6 deletions
diff --git a/modules/system/datetime/default.nix b/modules/system/datetime/default.nix
deleted file mode 100644
index 97ba4c8..0000000
--- a/modules/system/datetime/default.nix
+++ /dev/null
@@ -1,6 +0,0 @@
-{
- imports = [
- ./datetime.nix
- ./openntpd.nix
- ];
-}