This website requires JavaScript.
Explore
Help
Sign In
xqtc
/
nixos-config
Watch
1
Star
0
Fork
You've already forked nixos-config
0
mirror of
https://git.gay/xqtc/nixos-config
synced
2024-11-23 01:50:33 +01:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
1d79b1c965
nixos-config
/
hosts
/
x86_64-linux
/
beleth
/
git.nix
10 lines
126 B
Nix
Raw
Normal View
History
Unescape
Escape
Enable forgejo on beleth
2024-05-16 19:00:47 +02:00
{
lib
,
inputs
,
.
.
.
}:
{
services
.
forgejo
=
{
enable
=
true
;
Add forgejo to caddyfile
2024-05-16 19:06:02 +02:00
settings
.
server
=
{
HTTP_PORT
=
3001
;
}
;
Enable forgejo on beleth
2024-05-16 19:00:47 +02:00
}
;
}
Reference in a new issue
Copy permalink