Compare commits

..

No commits in common. "2694935f92406bf5b5d659e19f2453564f1560ed" and "fb4f1c04efe70b1b4da56947959fad81e2293787" have entirely different histories.

3 changed files with 2 additions and 7 deletions

View file

@ -11,7 +11,7 @@
home-manager.inputs.nixpkgs.follows = "nixpkgsUnstable"; home-manager.inputs.nixpkgs.follows = "nixpkgsUnstable";
alejandra.url = "github:kamadorueda/alejandra/3.0.0"; alejandra.url = "github:kamadorueda/alejandra/3.0.0";
alejandra.inputs.nixpkgs.follows = "nixpkgsUnstable"; alejandra.inputs.nixpkgs.follows = "nixpkgs";
nix-secrets = { nix-secrets = {
url = "git+https://git.hypervirtual.world/harry123/nix-secrets.git"; # replace with your own repo url = "git+https://git.hypervirtual.world/harry123/nix-secrets.git"; # replace with your own repo
@ -31,7 +31,7 @@
nixos-generators = { nixos-generators = {
url = "github:nix-community/nixos-generators"; url = "github:nix-community/nixos-generators";
inputs.nixpkgs.follows = "nixpkgsUnstable"; inputs.nixpkgs.follows = "nixpkgs";
}; };
nix-darwin.url = "github:LnL7/nix-darwin"; nix-darwin.url = "github:LnL7/nix-darwin";

View file

@ -22,7 +22,6 @@
servers = [ servers = [
{ {
"sisyphe" = { "sisyphe" = {
baseUrl = "http://nzb.sisyphe.normandy.hypervirtual.world";
apiKeyFile = "/run/secrets/sabnbzd_apikey"; apiKeyFile = "/run/secrets/sabnbzd_apikey";
}; };
} }

View file

@ -6,10 +6,6 @@
... ...
}: }:
{ {
imports = [
./ssh.nix
];
environment.systemPackages = [ environment.systemPackages = [
pkgs.curl pkgs.curl
pkgs.unzip pkgs.unzip