diff --git a/flake.nix b/flake.nix index a0b474f..e482bb3 100644 --- a/flake.nix +++ b/flake.nix @@ -11,7 +11,7 @@ home-manager.inputs.nixpkgs.follows = "nixpkgsUnstable"; alejandra.url = "github:kamadorueda/alejandra/3.0.0"; - alejandra.inputs.nixpkgs.follows = "nixpkgs"; + alejandra.inputs.nixpkgs.follows = "nixpkgsUnstable"; nix-secrets = { url = "git+https://git.hypervirtual.world/harry123/nix-secrets.git"; # replace with your own repo @@ -31,7 +31,7 @@ nixos-generators = { url = "github:nix-community/nixos-generators"; - inputs.nixpkgs.follows = "nixpkgs"; + inputs.nixpkgs.follows = "nixpkgsUnstable"; }; nix-darwin.url = "github:LnL7/nix-darwin"; diff --git a/hosts/sisyphe/features/prometheus.nix b/hosts/sisyphe/features/prometheus.nix index edb6fcf..a4af8b9 100644 --- a/hosts/sisyphe/features/prometheus.nix +++ b/hosts/sisyphe/features/prometheus.nix @@ -22,6 +22,7 @@ servers = [ { "sisyphe" = { + baseUrl = "http://nzb.sisyphe.normandy.hypervirtual.world"; apiKeyFile = "/run/secrets/sabnbzd_apikey"; }; } diff --git a/shared/default.nix b/shared/default.nix index 235339c..cf77c51 100644 --- a/shared/default.nix +++ b/shared/default.nix @@ -6,6 +6,10 @@ ... }: { + + imports = [ + ./ssh.nix + ]; environment.systemPackages = [ pkgs.curl pkgs.unzip