Compare commits

..

No commits in common. "c7b44d9d94f5718210ce9b7b62560959036a04ac" and "665a97f97e216fce4117b1b42c51b9a4ea2c2b6b" have entirely different histories.

2 changed files with 1 additions and 9 deletions

View File

@ -74,15 +74,6 @@
};
services.nginx = {
enable = true;
virtualHosts."anythingforafriend.com" = {
addSSL = true;
enableACME = true;
locations."/" = {
extraConfig = ''
rewrite ^(.*) https://www.anythingforafriend.com$1 permanent;
'';
};
};
virtualHosts."www.anythingforafriend.com" = {
addSSL = true;
enableACME = true;

View File

@ -5,4 +5,5 @@
boot.initrd.availableKernelModules = [ "ata_piix" "uhci_hcd" "xen_blkfront" "vmw_pvscsi" ];
boot.initrd.kernelModules = [ "nvme" ];
fileSystems."/" = { device = "/dev/vda1"; fsType = "ext4"; };
}