basic discourse example
This commit is contained in:
@@ -27,6 +27,7 @@ with lib;
|
|||||||
../modules/malobeo_user.nix
|
../modules/malobeo_user.nix
|
||||||
../modules/sshd.nix
|
../modules/sshd.nix
|
||||||
../modules/minimal_tools.nix
|
../modules/minimal_tools.nix
|
||||||
|
../modules/try/discourse.nix #also wiki.js nextcloud+collective
|
||||||
];
|
];
|
||||||
|
|
||||||
services.malobeo-tasklist.enable = true;
|
services.malobeo-tasklist.enable = true;
|
||||||
|
|||||||
13
machines/modules/try/discourse.nix
Normal file
13
machines/modules/try/discourse.nix
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
{}:{
|
||||||
|
services.discourse = {
|
||||||
|
enable = true;
|
||||||
|
hostname = "forum.malobeol.org";
|
||||||
|
admin = {
|
||||||
|
email = "admin@";
|
||||||
|
username = "admin";
|
||||||
|
fullName = "Admin";
|
||||||
|
passwordFile = ""; #sops?
|
||||||
|
};
|
||||||
|
secretKeyBaseFile = "/run/keys/secret_key_base";
|
||||||
|
};
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user