users/foo-dogsquared: update homepage links

This commit is contained in:
Gabriel Arazas 2024-12-31 16:35:29 +08:00
parent 8e5e8d3b25
commit 7522ed5fe4
No known key found for this signature in database
GPG Key ID: 62104B43D00AA360

View File

@ -64,6 +64,13 @@ in
text = "Personal archive";
});
})
(lib.mkIf (attrs.nixosConfig.services.miniflux.enable or false) {
services.links = lib.singleton {
url = "http://localhost:${builtins.toString attrs.nixosConfig.state.ports.miniflux.value}";
text = "RSS reader";
};
})
];
};
};