index
:
nixos
master
Personal NixOS config flake + modules for all hosts
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
modules
/
root
/
hosts.nix
blob: 27422ee1ecae0562496bcca29c7384e7728ea9ca (
plain
)
1
2
3
4
5
{
networking
.
hosts
=
{
"192.168.1.30"
=
[
"localgit"
];
};
}