summary refs log tree commit diff
path: root/host/Rory-portable/mariadb.nix
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2024-06-10 17:33:26 +0200
committerRory& <root@rory.gay>2024-06-10 17:33:26 +0200
commitc24135b96d1b8705d40ba1238cc7725401d4a491 (patch)
treeaf3468855573725fefc29ab8935edcc663d6b6a3 /host/Rory-portable/mariadb.nix
parentBunch of changes (diff)
downloadRory-Open-Architecture-c24135b96d1b8705d40ba1238cc7725401d4a491.tar.xz
Add portable config, some updates
Diffstat (limited to 'host/Rory-portable/mariadb.nix')
-rw-r--r--host/Rory-portable/mariadb.nix10
1 files changed, 10 insertions, 0 deletions
diff --git a/host/Rory-portable/mariadb.nix b/host/Rory-portable/mariadb.nix
new file mode 100644
index 0000000..3ebbb0b
--- /dev/null
+++ b/host/Rory-portable/mariadb.nix
@@ -0,0 +1,10 @@
+{ config, pkgs, lib, ... }:
+
+{
+  services.mysql = {
+    enable = true;
+    package = pkgs.mariadb;
+  };
+
+}
+