wip: add julia server with wordpress
This commit is contained in:
parent
3efa686d83
commit
e831b0f402
8 changed files with 198 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue