feat: add nginx redirect
This commit is contained in:
parent
e7f3350fe2
commit
ea7c04e4ba
2 changed files with 4 additions and 0 deletions
|
@ -33,6 +33,8 @@ in
|
|||
efiInstallAsRemovable = true;
|
||||
};
|
||||
|
||||
virtualisation.docker.enable = true;
|
||||
|
||||
modules = {
|
||||
server.rustypaste = {
|
||||
enable = true;
|
||||
|
|
|
@ -12,6 +12,8 @@ let
|
|||
in
|
||||
{
|
||||
config = mkIf cfg.enable {
|
||||
virtualisation.docker.autoPrune.enable = true;
|
||||
|
||||
services.gitea-actions-runner = {
|
||||
package = pkgs.forgejo-runner;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue