Compare commits
No commits in common. "459072cd24e10f34049116a05929117066fa9705" and "05b927b35c884688420800ebedee6c372a3bb8f7" have entirely different histories.
459072cd24
...
05b927b35c
2 changed files with 4 additions and 11 deletions
|
@ -99,9 +99,7 @@ with lib;
|
|||
in
|
||||
[
|
||||
{ title = "System Links"; }
|
||||
(entry {
|
||||
machine = "orbi";
|
||||
items = [
|
||||
(entry { machine = "orbi"; items = [
|
||||
{
|
||||
label = "Jellyfin";
|
||||
href = "http://flix.ingolf-wagner.de/";
|
||||
|
@ -112,11 +110,8 @@ with lib;
|
|||
href = "http://10.100.0.1:2342/";
|
||||
image = "https://media.giphy.com/media/fyLi0OuWysotq/giphy.gif";
|
||||
}
|
||||
];
|
||||
})
|
||||
(entry {
|
||||
machine = "chungus";
|
||||
items = [
|
||||
];})
|
||||
(entry { machine = "chungus"; items = [
|
||||
{
|
||||
label = "Grafana";
|
||||
href = "http://grafana.chungus.private/explore";
|
||||
|
@ -147,8 +142,7 @@ with lib;
|
|||
href = "http://192.168.178.102/";
|
||||
image = "https://i.giphy.com/3o7TKsrMIW65QT7VWo.webp";
|
||||
}
|
||||
];
|
||||
})
|
||||
];})
|
||||
(entry { machine = "cherry"; })
|
||||
(entry { machine = "cream"; })
|
||||
(entry { machine = "mobi"; })
|
||||
|
|
|
@ -103,7 +103,6 @@ with lib;
|
|||
pipenv
|
||||
|
||||
mdbook
|
||||
zola
|
||||
|
||||
nodePackages.prettier
|
||||
shfmt
|
||||
|
|
Loading…
Reference in a new issue