Alias for 'lem'

This commit is contained in:
niten 2023-07-18 09:40:46 -07:00
parent 63f2279462
commit e08d144e65
2 changed files with 12 additions and 15 deletions

16
flake.lock generated
View File

@ -2,11 +2,11 @@
"nodes": {
"fudo-lib": {
"locked": {
"lastModified": 1687760596,
"narHash": "sha256-E9F1UNni7C3h9y4Y7uQA18J2mBqplZpV3j3MYDv5lyc=",
"lastModified": 1689529931,
"narHash": "sha256-6oMEsCnh60lp7mEkR6rsSMz6DdJnwtYRY5TK8wWKxWI=",
"ref": "refs/heads/master",
"rev": "e2ce36d2f85552b9a514dd2c3a2ead1bd63add0a",
"revCount": 105,
"rev": "4549d51c7bfe02f943f5a3fdf5bb1a021c94ac00",
"revCount": 116,
"type": "git",
"url": "https://git.fudo.org/fudo-nix/lib.git"
},
@ -17,10 +17,10 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1686306016,
"narHash": "sha256-I3ziTWye7k07KknmO1WHym1YpKYaeZs+0GsxA9nRyTc=",
"path": "/nix/store/w1b9m3cnnjpcp69zizk8wivj6p3kr26v-source",
"rev": "124e028a0c59db58bc60e855a92eeb9299fd0be3",
"lastModified": 1689326639,
"narHash": "sha256-79zi0t83Dcc2dE0NuYZ+2hqtKXZN1yWVq5mtx8D2d7Y=",
"path": "/nix/store/fpnvhgjsm9jxw4bjvn2sa4rnd55g20w6-source",
"rev": "9fdfaeb7b96f05e869f838c73cde8d98c640c649",
"type": "path"
},
"original": {

View File

@ -1,7 +1,8 @@
{
aliases = {
gemini = "procul.informis.land.";
git = "procul.informis.land.";
git = "procul.informis.land.";
lem = "procul.informis.land.";
};
srv-records = {
@ -20,10 +21,6 @@
}];
};
};
hosts = {
procul = {
ipv4-address = "172.86.179.18";
};
};
hosts = { procul = { ipv4-address = "172.86.179.18"; }; };
}