forked from nico/dots
rename bocchi hosts folder to miki
This commit is contained in:
parent
c2a5a4b561
commit
9460650e57
2 changed files with 0 additions and 0 deletions
|
|
@ -1,16 +0,0 @@
|
|||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
./hardware-configuration.nix
|
||||
];
|
||||
|
||||
networking.hostName = "bocchi";
|
||||
hardware.graphics.enable = true;
|
||||
|
||||
# game servers
|
||||
services.minecraft-servers.servers.velocity.enable = lib.mkForce false;
|
||||
virtualisation.oci-containers.containers.neoforge-1-21-1.ports = [ "25565:25565" ];
|
||||
virtualisation.oci-containers.containers.neoforge-1-21-1.environment.SERVER_PORT = lib.mkForce "25565";
|
||||
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue