Change a lot, mostly adding 3 Minecraft servers and Velocity

This commit is contained in:
Jimbo 2024-08-30 01:17:50 -04:00
parent 1d3c95e680
commit c6accc294d
37 changed files with 1732 additions and 200 deletions

View file

@ -1,18 +1,10 @@
# This is your system's configuration file.
# Use this to configure your system environment (it replaces /etc/nixos/configuration.nix)
{
inputs,
outputs,
lib,
config,
pkgs,
...
}: {
{inputs, outputs, lib, config, pkgs, ...}: {
# You can import other NixOS modules here
imports = [
./modules/networking.nix
./modules/gpg.nix
inputs.nix-minecraft.nixosModules.minecraft-servers
];
nixpkgs = {
@ -63,9 +55,7 @@
};
# Set timezone
time.timeZone = let
secrets = import ./modules/secrets.nix;
in secrets.timeZone;
time.timeZone = outputs.secrets.timeZone;
# Select a terminal font
console = {