Add git alias
This commit is contained in:
parent
d53d20e8dc
commit
528047ba58
|
@ -6,6 +6,7 @@ in {
|
|||
#dns-hole = "limina";
|
||||
#gateway = "limina";
|
||||
factorio = "toothless";
|
||||
git = "nostromo";
|
||||
#hole = "limina";
|
||||
home = "wormhole0";
|
||||
home-assist = "wormhole0";
|
||||
|
@ -37,14 +38,14 @@ in {
|
|||
# };
|
||||
|
||||
hosts = {
|
||||
limina = {
|
||||
ipv4-address = "10.0.0.2";
|
||||
mac-address = "02:fd:79:94:a2:a8";
|
||||
};
|
||||
fimbria = {
|
||||
ipv4-address = "10.0.0.1";
|
||||
mac-address = "E4:3A:6E:61:C4:67";
|
||||
};
|
||||
# limina = {
|
||||
# ipv4-address = "10.0.0.2";
|
||||
# mac-address = "02:fd:79:94:a2:a8";
|
||||
# };
|
||||
switch-master = {
|
||||
ipv4-address = "10.0.0.5";
|
||||
mac-address = "00:14:1C:B6:BB:40";
|
||||
|
|
Loading…
Reference in New Issue