Compare commits

..

No commits in common. "fae42bcdb25c44b98c52688e1df4f62f1e742d71" and "9984e14035ad304c8f7afbaabdfac243ace6fe76" have entirely different histories.

4 changed files with 6 additions and 23 deletions

6
flake.lock generated
View File

@ -23,11 +23,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1730148450, "lastModified": 1729415843,
"narHash": "sha256-CSxPIeDqavQ3fJhshuNs0oS84P1p87BsbNoashKlrKg=", "narHash": "sha256-5IokBDbQEeoWROH8lrfy2Ngo2hCl+tdOY9a6WqrE1Sc=",
"owner": "nyanloutre", "owner": "nyanloutre",
"repo": "dogetipbot-telegram", "repo": "dogetipbot-telegram",
"rev": "667e318212920005917792b06e0f480b421fa6d3", "rev": "f5b59ef0cb8124cadf203eb26e1498847366abad",
"type": "gitlab" "type": "gitlab"
}, },
"original": { "original": {

View File

@ -21,15 +21,7 @@
}; };
}; };
outputs = { outputs = { self, nixpkgs, nixpkgs-unstable, nixpkgs-4a3fc4cf7, simple-nixos-mailserver, dogetipbot-telegram, ipmihddtemp }: {
self,
nixpkgs,
nixpkgs-unstable,
nixpkgs-4a3fc4cf7,
simple-nixos-mailserver,
dogetipbot-telegram,
ipmihddtemp
}@inputs: {
packages.x86_64-linux = (import ./pkgs nixpkgs.legacyPackages.x86_64-linux); packages.x86_64-linux = (import ./pkgs nixpkgs.legacyPackages.x86_64-linux);
@ -56,7 +48,6 @@
nixosConfigurations.loutreos = nixpkgs.lib.nixosSystem rec { nixosConfigurations.loutreos = nixpkgs.lib.nixosSystem rec {
system = "x86_64-linux"; system = "x86_64-linux";
specialArgs = { specialArgs = {
inputs = inputs;
pkgs-unstable = import nixpkgs-unstable { pkgs-unstable = import nixpkgs-unstable {
inherit system; inherit system;
}; };

View File

@ -2,11 +2,10 @@
# your system. Help is available in the configuration.nix(5) man page # your system. Help is available in the configuration.nix(5) man page
# and in the NixOS manual (accessible by running nixos-help). # and in the NixOS manual (accessible by running nixos-help).
{ config, pkgs, inputs, ... }: { config, pkgs, ... }:
{ {
imports = [ imports = [
"${inputs.nixpkgs-unstable}/nixos/modules/services/misc/flaresolverr.nix"
../common-cli.nix ../common-cli.nix
./hardware-configuration.nix ./hardware-configuration.nix
./users.nix ./users.nix

View File

@ -26,14 +26,7 @@
enable = true; enable = true;
package = pkgs-unstable.sonarr; package = pkgs-unstable.sonarr;
}; };
flaresolverr = { prowlarr.enable = true;
enable = false;
package = pkgs-unstable.flaresolverr;
};
prowlarr = {
enable = true;
package = pkgs-unstable.prowlarr;
};
jellyfin = { jellyfin = {
enable = true; enable = true;