Compare commits
2 commits
07f819cc58
...
329a6c4cf1
Author | SHA1 | Date | |
---|---|---|---|
Tristan Daniël Maat | 329a6c4cf1 | ||
Tristan Daniël Maat | f8789ee4d0 |
|
@ -12,6 +12,8 @@ in {
|
|||
enable = true;
|
||||
hostName = domain;
|
||||
minifyStaticFiles = true;
|
||||
proxySSL = true;
|
||||
proxyPort = 443;
|
||||
};
|
||||
|
||||
# Want to start it manually when I need it, not have it constantly
|
||||
|
@ -33,4 +35,12 @@ in {
|
|||
proxyPass = "http://localhost:${toString port}";
|
||||
};
|
||||
};
|
||||
|
||||
services.backups.foundryvtt = {
|
||||
user = "foundryvtt";
|
||||
paths = [
|
||||
config.services.foundryvtt.dataDir
|
||||
];
|
||||
pauseServices = ["foundryvtt.service"];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue