tangled
alpha
login
or
join now
soopy.moe
/
gensokyo
nixos config
0
fork
atom
overview
issues
pulls
pipelines
gensokyo
/
systems
/
koumakan
/
services
/
databases
/
default.nix
at
refactor/move-global-system-config
67 B
view raw
1
{
.
.
.
}:
{
2
imports
=
[
3
./postgresql.nix
4
./redis.nix
5
]
;
6
}