conduit and other changes

This commit is contained in:
2024-12-02 10:45:17 -05:00
parent 9665c744cf
commit 9b5af0c075
7 changed files with 73 additions and 18 deletions

View File

@@ -3,7 +3,6 @@
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
# nixpkgs.url = "github:NixOS/nixpkgs/master";
nixos-hardware.url = "github:NixOS/nixos-hardware/master";
@@ -97,14 +96,11 @@
# import the `services.qbittorrent` module
(nixpkgs-qbt + "/nixos/modules/services/torrent/qbittorrent.nix")
# get nix-minercaft working!
# get nix-minecraft working!
nix-minecraft.nixosModules.minecraft-servers
(
{ ... }:
{
nixpkgs.overlays = [ nix-minecraft.overlay ];
}
)
{
nixpkgs.overlays = [ nix-minecraft.overlay ];
}
]
++ (with nixos-hardware.nixosModules; [
common-cpu-amd-pstate