This commit is a byproduct of your imagination
This does not exist. Take your pills and move on with your day.
This commit is contained in:
parent
5eec253da5
commit
ea199534e0
2 changed files with 11 additions and 6 deletions
|
@ -1,4 +1,4 @@
|
|||
{ pkgs, ... }:
|
||||
{ pkgs, inputs, ... }:
|
||||
|
||||
{
|
||||
environment.persistence."/nix/persist".users.hu.directories = [
|
||||
|
@ -27,10 +27,9 @@
|
|||
protontricks
|
||||
];
|
||||
|
||||
# Minecraft server
|
||||
networking.firewall = {
|
||||
allowedTCPPorts = [ 25565 ];
|
||||
allowedUDPPorts = [ 25565 ];
|
||||
};
|
||||
imports = [ inputs.aagl.nixosModules.default ];
|
||||
nix.settings = inputs.aagl.nixConfig;
|
||||
|
||||
programs.anime-game-launcher.enable = true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue