index
:
nix-config
master
All my NixOS and home-manager configurations.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
nixos
/
services
/
default.nix
blob: 36b456a0207a2bc48ff3a14f81ea03e0fe931d28 (
plain
)
1
2
3
4
5
6
7
8
9
10
{
config
,
lib
,
pkgs
,
...
}:
{
imports
=
[
./forgejo
];
}