mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-08-08 06:30:18 +02:00
Compare commits
No commits in common. "2694935f92406bf5b5d659e19f2453564f1560ed" and "fb4f1c04efe70b1b4da56947959fad81e2293787" have entirely different histories.
2694935f92
...
fb4f1c04ef
3 changed files with 2 additions and 7 deletions
|
@ -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";
|
||||||
|
|
|
@ -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";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -6,10 +6,6 @@
|
||||||
...
|
...
|
||||||
}:
|
}:
|
||||||
{
|
{
|
||||||
|
|
||||||
imports = [
|
|
||||||
./ssh.nix
|
|
||||||
];
|
|
||||||
environment.systemPackages = [
|
environment.systemPackages = [
|
||||||
pkgs.curl
|
pkgs.curl
|
||||||
pkgs.unzip
|
pkgs.unzip
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue