added rss downloader

This commit is contained in:
2026-08-01 12:03:22 +02:00
parent b230720ab5
commit af6e5b99cd
5 changed files with 34 additions and 4 deletions
+7 -1
View File
@@ -9,9 +9,14 @@
};
herdr.url = "github:ogulcancelik/herdr";
rssdownloader-src = {
url = "path:/home/ulve/code/rssdownloader";
flake = false;
};
};
outputs = {self, home-manager, nixpkgs, herdr, ...}: {
outputs = {self, home-manager, nixpkgs, herdr, rssdownloader-src, ...}: {
nixosConfigurations.nixos = nixpkgs.lib.nixosSystem {
system = "x86_64-linux";
modules = [
@@ -64,6 +69,7 @@
nixosConfigurations.nixserve = nixpkgs.lib.nixosSystem {
system = "x86_64-linux";
specialArgs = { inherit rssdownloader-src; };
modules = [
./hosts/nixserve
home-manager.nixosModules.home-manager