diff options
Diffstat (limited to 'systems/eldiron/databases/mariadb.nix')
-rw-r--r-- | systems/eldiron/databases/mariadb.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/systems/eldiron/databases/mariadb.nix b/systems/eldiron/databases/mariadb.nix index b4a6917..a6e7ca3 100644 --- a/systems/eldiron/databases/mariadb.nix +++ b/systems/eldiron/databases/mariadb.nix | |||
@@ -74,6 +74,9 @@ in { | |||
74 | }; | 74 | }; |
75 | 75 | ||
76 | config = lib.mkIf cfg.enable { | 76 | config = lib.mkIf cfg.enable { |
77 | services.borgBackup.profiles.global.ignoredPaths = [ | ||
78 | "mysql" | ||
79 | ]; | ||
77 | networking.firewall.allowedTCPPorts = [ config.myEnv.databases.mysql.port ]; | 80 | networking.firewall.allowedTCPPorts = [ config.myEnv.databases.mysql.port ]; |
78 | 81 | ||
79 | # for adminer, ssl is implemented with mysqli only, which is | 82 | # for adminer, ssl is implemented with mysqli only, which is |