added minecraft server

This commit is contained in:
willifan 2024-08-07 21:28:46 +02:00
parent ff2317bf3e
commit 44e603d23c
4 changed files with 15 additions and 4 deletions

View file

@ -32,8 +32,8 @@
let
system = "x86_64-linux";
lib = nixpkgs.lib;
pkgs = nixpkgs.legacyPackages.${system};
pkgs-unstable = nixpkgs-unstable.legacyPackages.${system};
pkgs = import nixpkgs { system = "x86_64-linux"; config = { allowUnfree = true; }; };
pkgs-unstable = import nixpkgs-unstable { system = "x86_64-linux"; config = { allowUnfree = true; }; };
in
{
nixosConfigurations = {