minecraft: add tino hoppel and max
This commit is contained in:
parent
e979a719d0
commit
88b0c54270
3 changed files with 9 additions and 1 deletions
|
|
@ -32,8 +32,14 @@
|
|||
imports = [
|
||||
inputs.sops-nix.nixosModules.sops
|
||||
inputs.niri-flake.nixosModules.niri
|
||||
inputs.catppuccin.nixosModules.catppuccin
|
||||
];
|
||||
|
||||
catppuccin = {
|
||||
flavor = "mocha";
|
||||
accent = "lavender";
|
||||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
sops
|
||||
age
|
||||
|
|
|
|||
|
|
@ -21,7 +21,6 @@ topLevel: {
|
|||
|
||||
imports = with topLevel.config.flake.modules.nixos; [
|
||||
(modulesPath + "/profiles/qemu-guest.nix")
|
||||
inputs.catppuccin.nixosModules.catppuccin
|
||||
|
||||
# System modules
|
||||
base
|
||||
|
|
|
|||
|
|
@ -10,6 +10,9 @@
|
|||
whitelist = {
|
||||
# This is a mapping from Minecraft usernames to UUIDs. You can use https://mcuuid.net/ to get a Minecraft UUID for a username
|
||||
Daholli = "9e206940-3dfc-4331-b781-b43a9905087a";
|
||||
Max = "853bab49-4095-4439-9162-0418538d61d2";
|
||||
Tinooo = "a53cae9b-50d3-4531-89dd-bdc0e402b4db";
|
||||
Hoppel = "9ecbeb12-0dff-472b-87d6-1693ef8abb2e";
|
||||
};
|
||||
serverProperties = {
|
||||
server-port = 43000;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue