mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-30 22:57:55 +00:00
users/foo-dogsquared: update homepage links
This commit is contained in:
parent
8e5e8d3b25
commit
7522ed5fe4
@ -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";
|
||||
};
|
||||
})
|
||||
];
|
||||
};
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user