2021-12-21 21:48:41 +00:00
|
|
|
{ config, pkgs, ... }:
|
|
|
|
|
|
|
|
{
|
2021-12-21 22:54:06 +00:00
|
|
|
imports = [ ../../common ./minecraft.nix ];
|
2021-12-21 21:56:15 +00:00
|
|
|
|
2021-12-21 21:48:41 +00:00
|
|
|
users.motd = builtins.readFile ./motd;
|
|
|
|
|
|
|
|
networking.hostName = "logos";
|
|
|
|
networking.hostId = "aeace675";
|
|
|
|
}
|