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

@ -1,4 +1,4 @@
{ pkgs, hostname, ... }:
{ pkgs, pkgs-unstable, hostname, ... }:
{
imports = [
./autoupdate.nix
@ -11,7 +11,6 @@
hostName = "${hostname}";
};
console.keyMap = "de";
nixpkgs.config.allowUnfree = true;
nix.settings.experimental-features = [ "nix-command" "flakes" ];
system.stateVersion = "23.11";
}