feat: make it a module!
This commit is contained in:
parent
7de3e76509
commit
129d7ea780
3 changed files with 138 additions and 118 deletions
|
@ -2,13 +2,16 @@
|
|||
imports = [
|
||||
./boot.nix
|
||||
./hardware-configuration.nix
|
||||
|
||||
((import ./wordpress.nix) {config=config; pkgs=pkgs; siteName="shop.kiezpalme.de"; port=80;})
|
||||
|
||||
../../modules/hosting/wordpress.nix
|
||||
../../modules/sec_auth/ssh-server.nix
|
||||
|
||||
../../system_profiles/server.nix
|
||||
];
|
||||
|
||||
services.cWordpress = {
|
||||
enable = true;
|
||||
};
|
||||
services.openssh.ports = [11522];
|
||||
users = let
|
||||
username = "root";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue