wip: add julia server with wordpress

This commit is contained in:
Ranomier 2025-05-13 19:02:56 +02:00
parent 3efa686d83
commit e831b0f402
8 changed files with 198 additions and 2 deletions

View file

@ -16,11 +16,14 @@ in {
nixosConfigurations = builtins.mapAttrs (hostName: hostOptions: (hostHelper hostName hostOptions)) {
crocoite = {stateVersion = "24.05";};
jitsi = {stateVersion = "24.11";};
#jitsi = {stateVersion = "24.11";};
game-luanti = {
stateVersion = "25.05";
unstable = true;
};
ext-julia = {stateVersion = "24.11";};
};
# Your custom packages