added rss downloader
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user