mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-03-22 18:59:07 +01:00
glance: Fix url
This commit is contained in:
parent
db4bd23286
commit
2d9a779fb1
1 changed files with 1 additions and 1 deletions
|
|
@ -46,7 +46,7 @@ in
|
|||
|> lib.concatLists
|
||||
|> lib.map (domain: {
|
||||
title = domain;
|
||||
url = domain;
|
||||
url = "https://${domain}";
|
||||
});
|
||||
}
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue