feat: Enable online-mode for minecraft and enable white-list

This commit is contained in:
uttarayan21
2025-06-20 23:02:35 +05:30
parent bc5c1f9385
commit 371c35d73e
3 changed files with 34 additions and 2 deletions

View File

@@ -9,13 +9,21 @@
...
}: (builtins.mapAttrs (
name: device:
nixpkgs.lib.nixosSystem {
nixos-rpi.lib.nixosSystemFull {
inherit nixpkgs;
system = device.system;
specialArgs = {
inherit device;
stablePkgs = inputs.nixpkgs-stable.legacyPackages.${device.system};
};
modules = [
{
imports = with nixos-rpi.nixosModules; [
raspberry-pi-5.base
raspberry-pi-5.display-vc4
raspberry-pi-5.bluetooth
];
}
{nixpkgs.overlays = overlays;}
nur.modules.nixos.default
inputs.sops-nix.nixosModules.sops