From 7f48da24e9b536aa113880aad5d14ebc0ec4e2e1 Mon Sep 17 00:00:00 2001 From: Ranomier <> Date: Tue, 17 Jun 2025 00:09:18 +0200 Subject: [PATCH] feat: reactivate and update ext-julia --- hosts/ext-julia/default.nix | 35 ++++++++++++++++++----------------- outputs.nix | 2 +- 2 files changed, 19 insertions(+), 18 deletions(-) diff --git a/hosts/ext-julia/default.nix b/hosts/ext-julia/default.nix index 779bf2d..0128b09 100644 --- a/hosts/ext-julia/default.nix +++ b/hosts/ext-julia/default.nix @@ -1,31 +1,32 @@ -{pkgs, rootPath, ...}:{ +{pkgs, rootPath, lib, ...}:{ imports = [ ./boot.nix ./hardware-configuration.nix - (rootPath + /system_profiles/server.nix) + (rootPath + /modules/pkg_mgrmnt/unattended-updates.nix) - #(rootPath + /modules/hosting/wordpress-simple/kiezpalme.nix) - #(rootPath + /modules/hosting/wordpress-simple/pertineo.nix) - (rootPath + /modules/hosting/wordpress.nix) + (rootPath + /modules/hosting/wordpress-simple/kiezpalme.nix) + (rootPath + /modules/hosting/wordpress-simple/pertineo.nix) + #(rootPath + /modules/hosting/wordpress.nix) ]; - #services.mysql = { + services.mysql = { + enable = true; + package = pkgs.mariadb; + settings.mysqld.bind-address = "127.0.0.1"; + }; + + #services.cWordpress."example-site" = { # enable = true; - # package = pkgs.mariadb; + # sitePort = 80; #}; - services.cWordpress."example-site" = { - enable = true; - sitePort = 80; - }; + #services.cWordpress."example-site2" = { + # enable = true; + # sitePort = 81; + #}; - services.cWordpress."example-site2" = { - enable = true; - sitePort = 81; - }; - - services.openssh.ports = [11522]; + services.openssh.ports = lib.mkForce [11522]; users = let username = "root"; in { diff --git a/outputs.nix b/outputs.nix index 67d0073..658d9f9 100644 --- a/outputs.nix +++ b/outputs.nix @@ -19,7 +19,7 @@ in { game-luanti = {stateVersion = "25.05";}; - #ext-julia = {stateVersion = "24.11";}; + ext-julia = {stateVersion = "25.05";}; }; # Your custom packages