Add git alias

This commit is contained in:
niten 2023-12-03 21:01:12 -08:00
parent d53d20e8dc
commit 528047ba58
1 changed files with 5 additions and 4 deletions

View File

@ -6,6 +6,7 @@ in {
#dns-hole = "limina"; #dns-hole = "limina";
#gateway = "limina"; #gateway = "limina";
factorio = "toothless"; factorio = "toothless";
git = "nostromo";
#hole = "limina"; #hole = "limina";
home = "wormhole0"; home = "wormhole0";
home-assist = "wormhole0"; home-assist = "wormhole0";
@ -37,14 +38,14 @@ in {
# }; # };
hosts = { hosts = {
limina = {
ipv4-address = "10.0.0.2";
mac-address = "02:fd:79:94:a2:a8";
};
fimbria = { fimbria = {
ipv4-address = "10.0.0.1"; ipv4-address = "10.0.0.1";
mac-address = "E4:3A:6E:61:C4:67"; 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 = { switch-master = {
ipv4-address = "10.0.0.5"; ipv4-address = "10.0.0.5";
mac-address = "00:14:1C:B6:BB:40"; mac-address = "00:14:1C:B6:BB:40";