Skip to content
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.

Commit

Permalink
Merge pull request #5 from spacefault/testing/rolling
Browse files Browse the repository at this point in the history
system/users: add motd
  • Loading branch information
polandlover123 authored Jan 7, 2024
2 parents 3b06183 + 326e03f commit 660bef7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions system/users.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,7 @@
packages = with pkgs; [];
shell = pkgs.zsh;
};
users = {
motd = "welcome to the grade server shell prompt!\n===================\n\nthe minecraft server has already started, so theres nothing you need to do here :)\n\nfor more information and help, including stuff about switching tracks, please\nread the docs at:\n\nhttps://github.com/gradetools/minecraft-nix/wiki\n\nthanks for reading!";
};
}

0 comments on commit 660bef7

Please sign in to comment.