mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-08-08 06:30:18 +02:00
Compare commits
3 commits
fb4f1c04ef
...
2694935f92
Author | SHA1 | Date | |
---|---|---|---|
|
2694935f92 | ||
|
2cf5e1f4c9 | ||
|
f7525cdb63 |
3 changed files with 7 additions and 2 deletions
|
@ -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";
|
||||
|
|
|
@ -22,6 +22,7 @@
|
|||
servers = [
|
||||
{
|
||||
"sisyphe" = {
|
||||
baseUrl = "http://nzb.sisyphe.normandy.hypervirtual.world";
|
||||
apiKeyFile = "/run/secrets/sabnbzd_apikey";
|
||||
};
|
||||
}
|
||||
|
|
|
@ -6,6 +6,10 @@
|
|||
...
|
||||
}:
|
||||
{
|
||||
|
||||
imports = [
|
||||
./ssh.nix
|
||||
];
|
||||
environment.systemPackages = [
|
||||
pkgs.curl
|
||||
pkgs.unzip
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue