mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-01-01 18:06:33 +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";
|
description = "jopejoe1 NixOS configuration";
|
||||||
|
|
||||||
inputs = {
|
inputs = {
|
||||||
nixpkgs.url = "/home/jopejoe1/Documents/nixpkgs/";
|
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
|
||||||
|
|
||||||
nixified-ai = {
|
nixified-ai = {
|
||||||
url = "github:nixified-ai/flake";
|
url = "github:nixified-ai/flake";
|
||||||
|
|
|
@ -49,17 +49,6 @@
|
||||||
udev.packages = [ pkgs.yubikey-personalization ];
|
udev.packages = [ pkgs.yubikey-personalization ];
|
||||||
fwupd.enable = true;
|
fwupd.enable = true;
|
||||||
libinput.enable = true;
|
libinput.enable = true;
|
||||||
minecraft-server = {
|
|
||||||
enable = true;
|
|
||||||
eula = true;
|
|
||||||
servers = {
|
|
||||||
yolo = {
|
|
||||||
serverProperties = {
|
|
||||||
motd = "Test 12345";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
|
||||||
time.timeZone = "Europe/Berlin";
|
time.timeZone = "Europe/Berlin";
|
||||||
|
|
Loading…
Reference in a new issue