This website requires JavaScript.
Explore
Help
Sign In
felixalb
/
pvv-nixos-config
mirror of
https://git.pvv.ntnu.no/Drift/pvv-nixos-config.git
Watch
1
Star
0
Fork
You've already forked pvv-nixos-config
0
Code
Issues
Projects
Releases
Wiki
Activity
spotifyd
pvv-nixos-config
/
hosts
/
bekkalokk
/
services
/
nginx.nix
5 lines
59 B
Nix
Raw
Permalink
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
,
.
.
.
}:
{
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
}