mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2024-12-29 19:06:34 +01:00
remove minrcrf
This commit is contained in:
parent
a10875b72d
commit
b7b1701685
2 changed files with 1 additions and 12 deletions
|
@ -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";
|
||||
|
|
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue