Advertisement
Guest User

Untitled

a guest
Dec 5th, 2019
157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. imports =
  2. [ ./hardware-configuration.nix
  3. ./moodle.nix
  4. ];
  5. disabledModules = [ "services/web-apps/moodle.nix" ];
  6.  
  7.  
  8. services.moodle = {
  9. enable = true;
  10. initialPassword = "test";
  11. virtualHost = {
  12. hostName = "localhost";
  13. enableSSL = false;
  14. adminAddr = "test@test.com";
  15. };
  16. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement