index
:
nixos-config
main
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
modules
/
programs
/
mosh.nix
blob: 09b0937ba04855d10803b61d5e7f374319532baa (
plain
) (
blame
)
1
2
3
4
5
6
{
programs
.
mosh
=
{
enable
=
true
;
openFirewall
=
true
;
};
}