wip: interims solution

This commit is contained in:
Ranomier 2025-05-20 01:40:29 +02:00
parent 2ef666ad65
commit 81979fccae
6 changed files with 235 additions and 5 deletions

View file

@ -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";