Personal Nix setup
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fix up motd

+1 -1
+1 -1
modules/server/tangled.nix
··· 100 100 Type = "oneshot"; 101 101 User = knot.gitUser; 102 102 ExecStart = pkgs.writeShellScript "tangled-motd" '' 103 - ${pkgs.fortune-kind}/bin/fortune-kind | ${pkgs.coreutils}/bin/head -1 > "${knot.stateDir}/motd" 103 + ${pkgs.fortune-kind}/bin/fortune-kind > "${knot.stateDir}/motd" 104 104 ''; 105 105 }; 106 106 };