mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-08-09 07:00:21 +02:00
fix: small issues
This commit is contained in:
parent
52ea5b75e8
commit
c061c1c33c
2 changed files with 22 additions and 16 deletions
|
@ -18,10 +18,12 @@
|
|||
flake = false;
|
||||
};
|
||||
|
||||
/*
|
||||
nix-secrets-next = {
|
||||
url = "git+https://git.hypervirtual.world/harry123/nix-secrets-next.git";
|
||||
flake = false;
|
||||
};
|
||||
*/
|
||||
|
||||
miovim = {
|
||||
url = "git+https://git.hypervirtual.world/harry123/miovim";
|
||||
|
@ -165,14 +167,16 @@
|
|||
|
||||
darwinConfigurations."iMac-de-Eddie" = nix-darwin.lib.darwinSystem {
|
||||
modules = [
|
||||
sops-nix.darwinModules.sops
|
||||
./hosts/dadarwin/configuration.nix
|
||||
/*
|
||||
home-manager.darwinModules.home-manager
|
||||
{
|
||||
home-manager.useGlobalPkgs = true;
|
||||
home-manager.useUserPackages = true;
|
||||
home-manager.users.harry123 = ./home-manager/home.nix;
|
||||
}
|
||||
|
||||
*/
|
||||
{ system.configurationRevision = self.rev or self.dirtyRev or null; }
|
||||
];
|
||||
};
|
||||
|
|
|
@ -12,9 +12,11 @@
|
|||
services.prometheus.exporters.sabnzbd = {
|
||||
enable = true;
|
||||
servers = [
|
||||
{ sisyphe = {
|
||||
{
|
||||
sisyphe = {
|
||||
|
||||
}; }
|
||||
]
|
||||
};
|
||||
}
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue