Skip to content

Commit

Permalink
fix: remove bin subfolder for motd
Browse files Browse the repository at this point in the history
  • Loading branch information
mirkolenz committed Dec 13, 2023
1 parent 5f628e1 commit 3cab190
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/banner.nix
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{pkgs, ...}: {
environment.etc."motd".source = pkgs.writeShellScriptBin "motd" ''
environment.etc."motd".source = pkgs.writeShellScript "motd" ''
echo "Welcome to our GPU server!"
echo "Please check out our documentation:"
tput bold
Expand Down

0 comments on commit 3cab190

Please sign in to comment.