Compare commits

..

No commits in common. "4818be44d351382e2696b09d5d2743f87527cf75" and "5a37fd5165a73db74b921725ea1681d38a50ee8e" have entirely different histories.

View file

@ -14,7 +14,7 @@ in {
virtualisation.docker = {
enable = true;
daemon.settings = {
data-root = "/opt/data/docker-data";
data-root = "/opt/data";
};
};
@ -44,13 +44,6 @@ in {
proxyPass = "http://127.0.0.1:3333";
};
};
"matrix.stitchy.moe" = {
enableACME = true;
forceSSL = true;
locations."/" = {
proxyPass = "http://127.0.0.1:9008";
};
};
};
};
@ -58,7 +51,6 @@ 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" ];