diff --git a/configs/services/glance.nix b/configs/services/glance.nix index 1950579..c383383 100644 --- a/configs/services/glance.nix +++ b/configs/services/glance.nix @@ -1,5 +1,5 @@ let - glancePort = 8080; + glancePort = 1227; homeColumn = { size = "full"; widgets = [ @@ -30,6 +30,10 @@ let title = "selfh.st"; url = "https://selfh.st/rss/"; } + { + title = "This Week in Rust"; + url = "https://this-week-in-rust.org/rss.xml"; + } ]; } ];