feat(Homepage): Booksmarks
This commit is contained in:
@@ -0,0 +1,16 @@
|
|||||||
|
---
|
||||||
|
- Developer:
|
||||||
|
- Github:
|
||||||
|
- abbr: GH
|
||||||
|
href: https://github.com/
|
||||||
|
|
||||||
|
- Social:
|
||||||
|
- Reddit:
|
||||||
|
- icon: reddit.png
|
||||||
|
href: https://reddit.com/
|
||||||
|
description: The front page of the internet
|
||||||
|
|
||||||
|
- Entertainment:
|
||||||
|
- YouTube:
|
||||||
|
- abbr: YT
|
||||||
|
href: https://youtube.com/
|
||||||
@@ -17,7 +17,7 @@ in
|
|||||||
services.homepage-dashboard = {
|
services.homepage-dashboard = {
|
||||||
enable = true;
|
enable = true;
|
||||||
allowedHosts = "jupiter.solar.internal:8082";
|
allowedHosts = "jupiter.solar.internal:8082";
|
||||||
# listenPort = 80; # default 8082
|
bookmarks = builtins.readFile ./bookmarks.yaml;
|
||||||
};
|
};
|
||||||
users.users.finn.packages = with pkgs; [
|
users.users.finn.packages = with pkgs; [
|
||||||
homepage-dashboard
|
homepage-dashboard
|
||||||
|
|||||||
Reference in New Issue
Block a user