unnecessary stuff in alexandria
This commit is contained in:
parent
8feac0be47
commit
7ceb702516
1 changed files with 7 additions and 16 deletions
23
flake.nix
23
flake.nix
|
|
@ -125,22 +125,13 @@
|
||||||
agenix.nixosModules.default
|
agenix.nixosModules.default
|
||||||
home-manager-stable.nixosModules.default
|
home-manager-stable.nixosModules.default
|
||||||
self.nixosModules.qbittorrent
|
self.nixosModules.qbittorrent
|
||||||
(
|
({
|
||||||
{ config, pkgs, ... }:
|
nixpkgs.overlays = [
|
||||||
let
|
agenix.overlays.default
|
||||||
unstable = final: prev: {
|
nix-minecraft.overlay
|
||||||
unstable = nixpkgs.legacyPackages.x86_64-linux;
|
];
|
||||||
};
|
imports = [ nix-minecraft.nixosModules.minecraft-servers ];
|
||||||
in
|
})
|
||||||
{
|
|
||||||
nixpkgs.overlays = [
|
|
||||||
unstable
|
|
||||||
agenix.overlays.default
|
|
||||||
nix-minecraft.overlay
|
|
||||||
];
|
|
||||||
imports = [ nix-minecraft.nixosModules.minecraft-servers ];
|
|
||||||
}
|
|
||||||
)
|
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue