blob: 7ca70ad5bcd9898cb3fc7907bd1554f3ce230542 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
{
networking.hosts = {
"192.168.1.30" = [ "localgit" ];
"192.168.1.11" = [ "truenas-home" ];
"192.168.77.11" = [ "truenas-office" ];
"192.168.77.8" = [ "publicgit" ];
"173.9.253.3" = [
"git.tjkeller.xyz"
"piped.tjkeller.xyz"
"tjkeller.xyz"
];
};
}
|