This website requires JavaScript.
Explore
Help
Register
Sign In
m3tam3re
/
nix-configurations
Watch
1
Star
0
Fork
You've already forked nix-configurations
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
16f931782e
nix-configurations
/
hosts
/
lkk-nix-1
/
services
/
metabase.nix
8 lines
100 B
Nix
Raw
Normal View
History
Unescape
Escape
23.05.upgrade
2023-05-24 11:46:40 +00:00
{
config
,
pkgs
,
.
.
.
}:
{
services
.
metabase
=
{
enable
=
true
;
+wireguard
2023-05-30 09:50:34 +00:00
listen
.
port
=
3013
;
}
;
23.05.upgrade
2023-05-24 11:46:40 +00:00
}