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