diff --git a/flake.nix b/flake.nix index e482bb3..a0b474f 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 = "nixpkgsUnstable"; + alejandra.inputs.nixpkgs.follows = "nixpkgs"; 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 = "nixpkgsUnstable"; + inputs.nixpkgs.follows = "nixpkgs"; }; nix-darwin.url = "github:LnL7/nix-darwin"; diff --git a/hosts/sisyphe/features/prometheus.nix b/hosts/sisyphe/features/prometheus.nix index a4af8b9..edb6fcf 100644 --- a/hosts/sisyphe/features/prometheus.nix +++ b/hosts/sisyphe/features/prometheus.nix @@ -22,7 +22,6 @@ 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 cf77c51..235339c 100644 --- a/shared/default.nix +++ b/shared/default.nix @@ -6,10 +6,6 @@ ... }: { - - imports = [ - ./ssh.nix - ]; environment.systemPackages = [ pkgs.curl pkgs.unzip