fix: small issues

This commit is contained in:
kity 2025-04-11 20:50:43 +02:00
parent 52ea5b75e8
commit c061c1c33c
2 changed files with 22 additions and 16 deletions

View file

@ -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; }
]; ];
}; };

View file

@ -10,11 +10,13 @@
''; '';
services.prometheus.exporters.sabnzbd = { services.prometheus.exporters.sabnzbd = {
enable = true; enable = true;
servers = [ servers = [
{ sisyphe = { {
sisyphe = {
}; } };
] }
];
}; };
} }