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
|
||||
home-manager-stable.nixosModules.default
|
||||
self.nixosModules.qbittorrent
|
||||
(
|
||||
{ config, pkgs, ... }:
|
||||
let
|
||||
unstable = final: prev: {
|
||||
unstable = nixpkgs.legacyPackages.x86_64-linux;
|
||||
};
|
||||
in
|
||||
{
|
||||
nixpkgs.overlays = [
|
||||
unstable
|
||||
agenix.overlays.default
|
||||
nix-minecraft.overlay
|
||||
];
|
||||
imports = [ nix-minecraft.nixosModules.minecraft-servers ];
|
||||
}
|
||||
)
|
||||
({
|
||||
nixpkgs.overlays = [
|
||||
agenix.overlays.default
|
||||
nix-minecraft.overlay
|
||||
];
|
||||
imports = [ nix-minecraft.nixosModules.minecraft-servers ];
|
||||
})
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue