This commit is contained in:
parent
c9892f2e5c
commit
63c07fbb55
2 changed files with 5 additions and 0 deletions
|
@ -33,6 +33,8 @@ in
|
|||
efiInstallAsRemovable = true;
|
||||
};
|
||||
|
||||
virtualisation.docker.enable = true;
|
||||
|
||||
modules = {
|
||||
server.rustypaste = {
|
||||
enable = true;
|
||||
|
@ -111,6 +113,7 @@ in
|
|||
virtualHosts = builtins.listToAttrs [
|
||||
(mkVHost "rusty.ccnlc.eu" 8000 true)
|
||||
(mkVHost "hedgedoc.ccnlc.eu" 4739 true)
|
||||
(mkVHost "dpp.ccnlc.eu" 8120 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