index
:
nix-config
main
scaledown
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
modules
/
server
/
default.nix
blob: 28292d8cde29b97b7dedde28a97d8a63239cc137 (
plain
)
1
2
3
4
5
6
7
8
{ ... }: { imports = [ ./ssh.nix ]; networking.firewall.enable = true; }