Compare commits
2 commits
5a37fd5165
...
4818be44d3
Author | SHA1 | Date | |
---|---|---|---|
4818be44d3 | |||
97886fa0f0 |
1 changed files with 9 additions and 1 deletions
|
@ -14,7 +14,7 @@ in {
|
|||
virtualisation.docker = {
|
||||
enable = true;
|
||||
daemon.settings = {
|
||||
data-root = "/opt/data";
|
||||
data-root = "/opt/data/docker-data";
|
||||
};
|
||||
};
|
||||
|
||||
|
@ -44,6 +44,13 @@ in {
|
|||
proxyPass = "http://127.0.0.1:3333";
|
||||
};
|
||||
};
|
||||
"matrix.stitchy.moe" = {
|
||||
enableACME = true;
|
||||
forceSSL = true;
|
||||
locations."/" = {
|
||||
proxyPass = "http://127.0.0.1:9008";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
@ -51,6 +58,7 @@ in {
|
|||
allowedTCPPorts = [ 22 80 222 443 ];
|
||||
};
|
||||
|
||||
# Boot Config
|
||||
boot.initrd.availableKernelModules = [ "xhci_pci" "ahci" "usbhid" "usb_storage" "sd_mod" ];
|
||||
boot.initrd.kernelModules = [ ];
|
||||
boot.kernelModules = [ "kvm-intel" ];
|
||||
|
|
Loading…
Reference in a new issue