feat: reactivate and update ext-julia
This commit is contained in:
parent
5a9e25cc6e
commit
7f48da24e9
2 changed files with 19 additions and 18 deletions
|
@ -1,31 +1,32 @@
|
||||||
{pkgs, rootPath, ...}:{
|
{pkgs, rootPath, lib, ...}:{
|
||||||
imports = [
|
imports = [
|
||||||
./boot.nix
|
./boot.nix
|
||||||
./hardware-configuration.nix
|
./hardware-configuration.nix
|
||||||
|
|
||||||
(rootPath + /system_profiles/server.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/kiezpalme.nix)
|
||||||
#(rootPath + /modules/hosting/wordpress-simple/pertineo.nix)
|
(rootPath + /modules/hosting/wordpress-simple/pertineo.nix)
|
||||||
(rootPath + /modules/hosting/wordpress.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;
|
# enable = true;
|
||||||
# package = pkgs.mariadb;
|
# sitePort = 80;
|
||||||
#};
|
#};
|
||||||
|
|
||||||
services.cWordpress."example-site" = {
|
#services.cWordpress."example-site2" = {
|
||||||
enable = true;
|
# enable = true;
|
||||||
sitePort = 80;
|
# sitePort = 81;
|
||||||
};
|
#};
|
||||||
|
|
||||||
services.cWordpress."example-site2" = {
|
services.openssh.ports = lib.mkForce [11522];
|
||||||
enable = true;
|
|
||||||
sitePort = 81;
|
|
||||||
};
|
|
||||||
|
|
||||||
services.openssh.ports = [11522];
|
|
||||||
users = let
|
users = let
|
||||||
username = "root";
|
username = "root";
|
||||||
in {
|
in {
|
||||||
|
|
|
@ -19,7 +19,7 @@ in {
|
||||||
|
|
||||||
game-luanti = {stateVersion = "25.05";};
|
game-luanti = {stateVersion = "25.05";};
|
||||||
|
|
||||||
#ext-julia = {stateVersion = "24.11";};
|
ext-julia = {stateVersion = "25.05";};
|
||||||
};
|
};
|
||||||
|
|
||||||
# Your custom packages
|
# Your custom packages
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue