remove minrcrf

This commit is contained in:
Johannes Jöns 2024-08-29 20:15:52 +02:00
parent a10875b72d
commit b7b1701685
2 changed files with 1 additions and 12 deletions

View file

@ -2,7 +2,7 @@
description = "jopejoe1 NixOS configuration";
inputs = {
nixpkgs.url = "/home/jopejoe1/Documents/nixpkgs/";
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
nixified-ai = {
url = "github:nixified-ai/flake";

View file

@ -49,17 +49,6 @@
udev.packages = [ pkgs.yubikey-personalization ];
fwupd.enable = true;
libinput.enable = true;
minecraft-server = {
enable = true;
eula = true;
servers = {
yolo = {
serverProperties = {
motd = "Test 12345";
};
};
};
};
};
time.timeZone = "Europe/Berlin";