summary refs log tree commit diff
path: root/host/Rory-portable/mariadb.nix
diff options
context:
space:
mode:
Diffstat (limited to 'host/Rory-portable/mariadb.nix')
-rw-r--r--host/Rory-portable/mariadb.nix14
1 files changed, 0 insertions, 14 deletions
diff --git a/host/Rory-portable/mariadb.nix b/host/Rory-portable/mariadb.nix
deleted file mode 100644
index 758cb3d..0000000
--- a/host/Rory-portable/mariadb.nix
+++ /dev/null
@@ -1,14 +0,0 @@
-{
-  config,
-  pkgs,
-  lib,
-  ...
-}:
-
-{
-  services.mysql = {
-    enable = true;
-    package = pkgs.mariadb;
-  };
-
-}