mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-08-09 07:00:21 +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";
|
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 = "nixpkgs";
|
alejandra.inputs.nixpkgs.follows = "nixpkgsUnstable";
|
||||||
|
|
||||||
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 = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgsUnstable";
|
||||||
};
|
};
|
||||||
|
|
||||||
nix-darwin.url = "github:LnL7/nix-darwin";
|
nix-darwin.url = "github:LnL7/nix-darwin";
|
||||||
|
|
|
@ -22,6 +22,7 @@
|
||||||
servers = [
|
servers = [
|
||||||
{
|
{
|
||||||
"sisyphe" = {
|
"sisyphe" = {
|
||||||
|
baseUrl = "http://nzb.sisyphe.normandy.hypervirtual.world";
|
||||||
apiKeyFile = "/run/secrets/sabnbzd_apikey";
|
apiKeyFile = "/run/secrets/sabnbzd_apikey";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -6,6 +6,10 @@
|
||||||
...
|
...
|
||||||
}:
|
}:
|
||||||
{
|
{
|
||||||
|
|
||||||
|
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