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
/
system
/
access
/
mosh.nix
blob: c9af5bfc22ff38dfd50eb1bd23b51c8f6dcdb0f5 (
plain
) (
blame
)
1
2
3
4
5
6
{
programs
.
mosh
=
{
enable
=
true
;
openFirewall
=
false
;
};
}