This website requires JavaScript.
Explore
PVV
Wiki
Tokyo Drift Issues
Help
Sign In
Drift
/
pvv-nixos-config
Watch
16
Star
4
Fork
You've already forked pvv-nixos-config
1
Code
Issues
Pull Requests
6
Wiki
Activity
b209921284
pvv-nixos-config
/
hosts
/
bekkalokk
/
services
/
nginx
/
default.nix
9 lines
97 B
Nix
Raw
Normal View
History
Unescape
Escape
Bekkalokk: Configure Gitea, clean web services Update bekkalokk secrets format Update gitea keys and firewall rules Create gitea-user-import script Fix SSH host key verification Gitea-import-users bug squashification Fix Gitea-import SSH problems
2023-06-04 01:59:35 +02:00
{
pkgs
,
config
,
.
.
.
}:
{
Prepare to replace knakelibrak Co-authored-by: Felix Albrigtsen <felix@albrigtsen.it>
2023-11-05 01:41:45 +01:00
imports
=
[
./ingress.nix
]
;
treewide: nginx optimizations
2024-04-10 22:01:19 +02:00
services
.
nginx
.
enable
=
true
;
Bekkalokk: Configure Gitea, clean web services Update bekkalokk secrets format Update gitea keys and firewall rules Create gitea-user-import script Fix SSH host key verification Gitea-import-users bug squashification Fix Gitea-import SSH problems
2023-06-04 01:59:35 +02:00
}