feat: harmonize pre inr code templates
All checks were successful
deploy to prod / Build and deploy site (push) Successful in 49s
All checks were successful
deploy to prod / Build and deploy site (push) Successful in 49s
This commit is contained in:
parent
9532ec6eff
commit
dea94a8bc8
5 changed files with 10 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
|||
<template>
|
||||
<pre>
|
||||
services.nginx = {
|
||||
virtualHosts.${cfg.settings.server.DOMAIN} = {
|
||||
forceSSL = true;
|
||||
|
@ -41,5 +42,6 @@
|
|||
};
|
||||
mailerPasswordFile = config.age.secrets.forgejo-mailer-password.path;
|
||||
};
|
||||
</pre>
|
||||
</template>
|
||||
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
<template>
|
||||
<pre>
|
||||
virtualisation.containers.enable = true;
|
||||
virtualisation.podman = {
|
||||
enable = true;
|
||||
|
@ -30,5 +31,6 @@
|
|||
];
|
||||
};
|
||||
};
|
||||
</pre>
|
||||
</template>
|
||||
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
<template>
|
||||
<pre>
|
||||
{
|
||||
services.gotosocial = {
|
||||
enable = true;
|
||||
|
@ -32,5 +33,6 @@
|
|||
};
|
||||
};
|
||||
}
|
||||
</pre>
|
||||
</template>
|
||||
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
<template>
|
||||
<pre>
|
||||
services.hedgedoc = {
|
||||
enable = true;
|
||||
settings.domain = "hedgedoc.nixin.local";
|
||||
|
@ -10,5 +11,6 @@ services.hedgedoc = {
|
|||
"hedgedoc.nixin.local"
|
||||
];
|
||||
};
|
||||
</pre>
|
||||
</template>
|
||||
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
<template>
|
||||
<pre>
|
||||
services.nextcloud = {
|
||||
enable = true;
|
||||
hostName = "nextcloud.tld";
|
||||
|
@ -10,5 +11,6 @@
|
|||
};
|
||||
|
||||
networking.firewall.allowedTCPPorts = [ 80 443 ];
|
||||
</pre>
|
||||
</template>
|
||||
|
||||
|
|
Loading…
Reference in a new issue