Change System name to miki (#1)
sayaka miki moment Reviewed-on: https://git.nijika.astolfo.org/nico/dots/pulls/1 Co-authored-by: causalhonk <rhys@sso.astolfo.org> Co-committed-by: causalhonk <rhys@sso.astolfo.org>
This commit is contained in:
parent
c2a5a4b561
commit
06e9448970
3 changed files with 3 additions and 3 deletions
16
hosts/miki/configuration.nix
Normal file
16
hosts/miki/configuration.nix
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
./hardware-configuration.nix
|
||||
];
|
||||
|
||||
networking.hostName = "miki";
|
||||
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