School/xampp: add booDark phpmyadmin theme
This commit is contained in:
parent
2e47069bd1
commit
9592300a09
1 changed files with 9 additions and 2 deletions
|
|
@ -1,5 +1,10 @@
|
|||
{ config, ... }:
|
||||
|
||||
{ config, pkgs, ... }:
|
||||
let
|
||||
booDark = pkgs.fetchzip {
|
||||
url = "https://github.com/adorade/boodark/releases/download/v1.1.1/boodark-v1.1.1.zip";
|
||||
hash = "sha256-GE/FtFlU6A4I9sRyjMhQIidGpDLD99Wzzngz3QI/rSo=";
|
||||
};
|
||||
in
|
||||
{
|
||||
# I tried setting up httpd + php in class but I just gave up
|
||||
virtualisation.oci-containers = {
|
||||
|
|
@ -9,6 +14,8 @@
|
|||
#user = "${toString users.users.atfc.uid}:${toString users.groups.minecraft.gid}";
|
||||
volumes = [
|
||||
"xampp-mysql:/opt/lampp/var/mysql"
|
||||
# No dark mode installed by default :(
|
||||
"${booDark}:/opt/lampp/phpmyadmin/themes/booDark"
|
||||
];
|
||||
ports = [ "41061:22" "41062:80" ];
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue