make grasp work
This commit is contained in:
@@ -1,6 +1,12 @@
|
||||
{ ... }:
|
||||
{
|
||||
services."grasp".enable = true;
|
||||
services."grasp".path = "/home/anish/kitaab/grasp";
|
||||
services."grasp".user = "anish";
|
||||
services.grasp = {
|
||||
enable = true;
|
||||
path = "/home/anish/kitaab/grasp";
|
||||
user = "anish";
|
||||
};
|
||||
|
||||
services.nginx.virtualHosts."grasp.mossnet.lan" = {
|
||||
locations."/".proxyPass = "http://localhost:12212";
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user