wip: interims solution
This commit is contained in:
parent
2ef666ad65
commit
81979fccae
6 changed files with 235 additions and 5 deletions
|
@ -1,17 +1,20 @@
|
|||
{config, pkgs, ...}:{
|
||||
{pkgs, ...}:{
|
||||
imports = [
|
||||
./boot.nix
|
||||
./hardware-configuration.nix
|
||||
|
||||
../../modules/hosting/wordpress.nix
|
||||
|
||||
../../modules/hosting/wordpress-simple/kiezpalme.nix
|
||||
../../modules/hosting/wordpress-simple/pertineo.nix
|
||||
../../modules/sec_auth/ssh-server.nix
|
||||
|
||||
../../system_profiles/server.nix
|
||||
];
|
||||
|
||||
services.cWordpress = {
|
||||
services.mysql = {
|
||||
enable = true;
|
||||
package = pkgs.mariadb;
|
||||
};
|
||||
|
||||
services.openssh.ports = [11522];
|
||||
users = let
|
||||
username = "root";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue