wip: random expiriments
This commit is contained in:
parent
413726d368
commit
7eb4cac5ff
7 changed files with 662 additions and 126 deletions
|
@ -3,16 +3,27 @@
|
|||
./boot.nix
|
||||
./hardware-configuration.nix
|
||||
|
||||
../../modules/hosting/wordpress-simple/kiezpalme.nix
|
||||
../../modules/hosting/wordpress-simple/pertineo.nix
|
||||
#../../modules/hosting/wordpress-simple/kiezpalme.nix
|
||||
#../../modules/hosting/wordpress-simple/pertineo.nix
|
||||
../../modules/hosting/wordpress.nix
|
||||
../../modules/sec_auth/ssh-server.nix
|
||||
|
||||
../../system_profiles/server.nix
|
||||
];
|
||||
|
||||
services.mysql = {
|
||||
#services.mysql = {
|
||||
# enable = true;
|
||||
# package = pkgs.mariadb;
|
||||
#};
|
||||
|
||||
services.cWordpress."example-site" = {
|
||||
enable = true;
|
||||
package = pkgs.mariadb;
|
||||
sitePort = 80;
|
||||
};
|
||||
|
||||
services.cWordpress."example-site2" = {
|
||||
enable = true;
|
||||
sitePort = 81;
|
||||
};
|
||||
|
||||
services.openssh.ports = [11522];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue