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
26
flake.nix
26
flake.nix
|
@ -18,10 +18,12 @@
|
||||||
flake = false;
|
flake = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
nix-secrets-next = {
|
/*
|
||||||
url = "git+https://git.hypervirtual.world/harry123/nix-secrets-next.git";
|
nix-secrets-next = {
|
||||||
flake = false;
|
url = "git+https://git.hypervirtual.world/harry123/nix-secrets-next.git";
|
||||||
};
|
flake = false;
|
||||||
|
};
|
||||||
|
*/
|
||||||
|
|
||||||
miovim = {
|
miovim = {
|
||||||
url = "git+https://git.hypervirtual.world/harry123/miovim";
|
url = "git+https://git.hypervirtual.world/harry123/miovim";
|
||||||
|
@ -165,14 +167,16 @@
|
||||||
|
|
||||||
darwinConfigurations."iMac-de-Eddie" = nix-darwin.lib.darwinSystem {
|
darwinConfigurations."iMac-de-Eddie" = nix-darwin.lib.darwinSystem {
|
||||||
modules = [
|
modules = [
|
||||||
|
sops-nix.darwinModules.sops
|
||||||
./hosts/dadarwin/configuration.nix
|
./hosts/dadarwin/configuration.nix
|
||||||
home-manager.darwinModules.home-manager
|
/*
|
||||||
{
|
home-manager.darwinModules.home-manager
|
||||||
home-manager.useGlobalPkgs = true;
|
{
|
||||||
home-manager.useUserPackages = true;
|
home-manager.useGlobalPkgs = true;
|
||||||
home-manager.users.harry123 = ./home-manager/home.nix;
|
home-manager.useUserPackages = true;
|
||||||
}
|
home-manager.users.harry123 = ./home-manager/home.nix;
|
||||||
|
}
|
||||||
|
*/
|
||||||
{ system.configurationRevision = self.rev or self.dirtyRev or null; }
|
{ system.configurationRevision = self.rev or self.dirtyRev or null; }
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
|
@ -10,11 +10,13 @@
|
||||||
'';
|
'';
|
||||||
|
|
||||||
services.prometheus.exporters.sabnzbd = {
|
services.prometheus.exporters.sabnzbd = {
|
||||||
enable = true;
|
enable = true;
|
||||||
servers = [
|
servers = [
|
||||||
{ sisyphe = {
|
{
|
||||||
|
sisyphe = {
|
||||||
|
|
||||||
}; }
|
};
|
||||||
]
|
}
|
||||||
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue