Compare commits
2 commits
95b5d4b3bd
...
1c07fbec8f
| Author | SHA1 | Date | |
|---|---|---|---|
| 1c07fbec8f | |||
| 6051151a08 |
2 changed files with 8 additions and 5 deletions
|
|
@ -8,11 +8,11 @@
|
||||||
in {
|
in {
|
||||||
imports = [flake-inputs.foundryvtt.nixosModules.foundryvtt];
|
imports = [flake-inputs.foundryvtt.nixosModules.foundryvtt];
|
||||||
|
|
||||||
services.foundryvtt = {
|
# services.foundryvtt = {
|
||||||
enable = true;
|
# enable = true;
|
||||||
hostName = domain;
|
# hostName = domain;
|
||||||
minifyStaticFiles = true;
|
# minifyStaticFiles = true;
|
||||||
};
|
# };
|
||||||
|
|
||||||
# Want to start it manually when I need it, not have it constantly
|
# Want to start it manually when I need it, not have it constantly
|
||||||
# running
|
# running
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,9 @@
|
||||||
{config, ...}: {
|
{config, ...}: {
|
||||||
config.services.victoriametrics = {
|
config.services.victoriametrics = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
extraOptions = [
|
||||||
|
"-storage.minFreeDiskSpaceBytes=5GB"
|
||||||
|
];
|
||||||
|
|
||||||
scrapeConfigs = {
|
scrapeConfigs = {
|
||||||
gitea = {
|
gitea = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue