feat: nginx reverse proxy that shi
This commit is contained in:
parent
411755a47e
commit
8fc518d422
13 changed files with 98 additions and 58 deletions
|
|
@ -16,7 +16,7 @@
|
|||
boot.initrd.kernelModules = [];
|
||||
boot.kernelModules = ["kvm-intel"];
|
||||
boot.extraModulePackages = [];
|
||||
boot.supportedFilesystems = [ "ntfs" ];
|
||||
boot.supportedFilesystems = ["ntfs"];
|
||||
|
||||
fileSystems."/" = {
|
||||
device = "/dev/disk/by-uuid/5af04782-c4e8-4414-a967-c98415965eee";
|
||||
|
|
@ -26,7 +26,7 @@
|
|||
fileSystems."/media" = {
|
||||
device = "/dev/disk/by-partuuid/be8b55ea-2591-4f50-a08e-38e30e1039fe";
|
||||
fsType = "ntfs-3g";
|
||||
options = [ "rw" ];
|
||||
options = ["rw"];
|
||||
};
|
||||
|
||||
fileSystems."/boot" = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue