forked from fediversity/fediversity
Compare commits
2 commits
719efd50ca
...
8fbd60b4f7
| Author | SHA1 | Date | |
|---|---|---|---|
| 8fbd60b4f7 | |||
| 78f1ba3c91 |
3 changed files with 4 additions and 2 deletions
|
|
@ -16,6 +16,7 @@ in
|
|||
i18n.defaultLocale = "en_US.UTF-8";
|
||||
system.stateVersion = "24.05"; # do not change
|
||||
nixpkgs.hostPlatform = mkDefault "x86_64-linux";
|
||||
nix.gc.automatic = mkDefault true;
|
||||
|
||||
## This is just nice to have, but it is also particularly important for the
|
||||
## Forgejo CI runners because the Nix configuration in the actions is directly
|
||||
|
|
|
|||
|
|
@ -44,4 +44,7 @@
|
|||
|
||||
## For the Docker mode of the runner.
|
||||
virtualisation.docker.enable = true;
|
||||
|
||||
# we should probably prevent CI from trashing CI builds
|
||||
nix.gc.automatic = false;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -25,8 +25,6 @@ in
|
|||
HTTP_ADDR = "127.0.0.1";
|
||||
LANDING_PAGE = "explore";
|
||||
};
|
||||
# try a non-`level` queue as a temporary work-around to https://git.fediversity.eu/fediversity/fediversity/issues/459
|
||||
queue.TYPE = "channel";
|
||||
};
|
||||
|
||||
settings.service.ENABLE_NOTIFY_MAIL = true;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue