added minecraft server
This commit is contained in:
parent
ff2317bf3e
commit
44e603d23c
4 changed files with 15 additions and 4 deletions
|
@ -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";
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue