index
:
infra
main
nix configuration for my machines
Gitolite user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
machines
/
nixos
/
x86_64-linux
/
synology-vm
/
profiles
/
goget.nix
blob: ac32e622796161d4aa827d73b32d56a317fc47f7 (
plain
) (
blame
)
1
2
3
4
5
6
7
{
...
}:
{
services
.
goget
=
{
enable
=
true
;
openFirewall
=
true
;
};
}