From 3eab246d8ebf0180daf4ae4470a58e3d1d047df0 Mon Sep 17 00:00:00 2001 From: Xe Date: Tue, 21 Dec 2021 17:32:49 -0500 Subject: [PATCH] add shoutout Signed-off-by: Xe --- common/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/common/default.nix b/common/default.nix index 723010f..ee84b1e 100644 --- a/common/default.nix +++ b/common/default.nix @@ -6,6 +6,8 @@ environment.systemPackages = with pkgs; [ age minisign tmate jq nfs-utils git ]; + services.getty.helpLine = "For help with this system, contact Cadey~#1337 on Discord."; + nix = { autoOptimiseStore = true; useSandbox = true;