Alias for 'lem'
This commit is contained in:
parent
63f2279462
commit
e08d144e65
16
flake.lock
generated
16
flake.lock
generated
@ -2,11 +2,11 @@
|
|||||||
"nodes": {
|
"nodes": {
|
||||||
"fudo-lib": {
|
"fudo-lib": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1687760596,
|
"lastModified": 1689529931,
|
||||||
"narHash": "sha256-E9F1UNni7C3h9y4Y7uQA18J2mBqplZpV3j3MYDv5lyc=",
|
"narHash": "sha256-6oMEsCnh60lp7mEkR6rsSMz6DdJnwtYRY5TK8wWKxWI=",
|
||||||
"ref": "refs/heads/master",
|
"ref": "refs/heads/master",
|
||||||
"rev": "e2ce36d2f85552b9a514dd2c3a2ead1bd63add0a",
|
"rev": "4549d51c7bfe02f943f5a3fdf5bb1a021c94ac00",
|
||||||
"revCount": 105,
|
"revCount": 116,
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://git.fudo.org/fudo-nix/lib.git"
|
"url": "https://git.fudo.org/fudo-nix/lib.git"
|
||||||
},
|
},
|
||||||
@ -17,10 +17,10 @@
|
|||||||
},
|
},
|
||||||
"nixpkgs": {
|
"nixpkgs": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1686306016,
|
"lastModified": 1689326639,
|
||||||
"narHash": "sha256-I3ziTWye7k07KknmO1WHym1YpKYaeZs+0GsxA9nRyTc=",
|
"narHash": "sha256-79zi0t83Dcc2dE0NuYZ+2hqtKXZN1yWVq5mtx8D2d7Y=",
|
||||||
"path": "/nix/store/w1b9m3cnnjpcp69zizk8wivj6p3kr26v-source",
|
"path": "/nix/store/fpnvhgjsm9jxw4bjvn2sa4rnd55g20w6-source",
|
||||||
"rev": "124e028a0c59db58bc60e855a92eeb9299fd0be3",
|
"rev": "9fdfaeb7b96f05e869f838c73cde8d98c640c649",
|
||||||
"type": "path"
|
"type": "path"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
@ -1,7 +1,8 @@
|
|||||||
{
|
{
|
||||||
aliases = {
|
aliases = {
|
||||||
gemini = "procul.informis.land.";
|
gemini = "procul.informis.land.";
|
||||||
git = "procul.informis.land.";
|
git = "procul.informis.land.";
|
||||||
|
lem = "procul.informis.land.";
|
||||||
};
|
};
|
||||||
|
|
||||||
srv-records = {
|
srv-records = {
|
||||||
@ -20,10 +21,6 @@
|
|||||||
}];
|
}];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
hosts = {
|
hosts = { procul = { ipv4-address = "172.86.179.18"; }; };
|
||||||
procul = {
|
|
||||||
ipv4-address = "172.86.179.18";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user