summary refs log tree commit diff
path: root/host/Rory-desktop/mariadb.nix
diff options
context:
space:
mode:
Diffstat (limited to 'host/Rory-desktop/mariadb.nix')
-rw-r--r--host/Rory-desktop/mariadb.nix8
1 files changed, 6 insertions, 2 deletions
diff --git a/host/Rory-desktop/mariadb.nix b/host/Rory-desktop/mariadb.nix
index 3ebbb0b..758cb3d 100644
--- a/host/Rory-desktop/mariadb.nix
+++ b/host/Rory-desktop/mariadb.nix
@@ -1,4 +1,9 @@
-{ config, pkgs, lib, ... }:
+{
+  config,
+  pkgs,
+  lib,
+  ...
+}:
 
 {
   services.mysql = {
@@ -7,4 +12,3 @@
   };
 
 }
-