about summary refs log tree commit diff
diff options
context:
space:
mode:
authorsuperherointj <5861043+superherointj@users.noreply.github.com>2024-01-16 20:31:49 -0300
committersuperherointj <5861043+superherointj@users.noreply.github.com>2024-01-26 16:40:11 -0300
commitcbe8e0c9809aa50a4a9c389cab2879b3f8935c0f (patch)
tree96ad2a826fc84446b7a138000a866284c7708da2
parent29d18e8f6f78ff5782c097d019d082a978d90160 (diff)
downloadnixlib-cbe8e0c9809aa50a4a9c389cab2879b3f8935c0f.tar
nixlib-cbe8e0c9809aa50a4a9c389cab2879b3f8935c0f.tar.gz
nixlib-cbe8e0c9809aa50a4a9c389cab2879b3f8935c0f.tar.bz2
nixlib-cbe8e0c9809aa50a4a9c389cab2879b3f8935c0f.tar.lz
nixlib-cbe8e0c9809aa50a4a9c389cab2879b3f8935c0f.tar.xz
nixlib-cbe8e0c9809aa50a4a9c389cab2879b3f8935c0f.tar.zst
nixlib-cbe8e0c9809aa50a4a9c389cab2879b3f8935c0f.zip
nixos/etcd: fix etcd category from misc to databases
-rw-r--r--nixos/modules/module-list.nix2
-rw-r--r--nixos/modules/services/databases/etcd.nix (renamed from nixos/modules/services/misc/etcd.nix)0
2 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/module-list.nix b/nixos/modules/module-list.nix
index c2bcb2f78080..546ca5add1e5 100644
--- a/nixos/modules/module-list.nix
+++ b/nixos/modules/module-list.nix
@@ -427,6 +427,7 @@
   ./services/databases/couchdb.nix
   ./services/databases/dgraph.nix
   ./services/databases/dragonflydb.nix
+  ./services/databases/etcd.nix
   ./services/databases/ferretdb.nix
   ./services/databases/firebird.nix
   ./services/databases/foundationdb.nix
@@ -676,7 +677,6 @@
   ./services/misc/dwm-status.nix
   ./services/misc/dysnomia.nix
   ./services/misc/errbot.nix
-  ./services/misc/etcd.nix
   ./services/misc/etebase-server.nix
   ./services/misc/etesync-dav.nix
   ./services/misc/evdevremapkeys.nix
diff --git a/nixos/modules/services/misc/etcd.nix b/nixos/modules/services/databases/etcd.nix
index a5b3abdbcb59..a5b3abdbcb59 100644
--- a/nixos/modules/services/misc/etcd.nix
+++ b/nixos/modules/services/databases/etcd.nix