From 158a817ae6549a49d8e4e92bbb000b19d9d50b9a Mon Sep 17 00:00:00 2001 From: Xe Date: Tue, 21 Dec 2021 17:34:39 -0500 Subject: [PATCH] kill shoutout Signed-off-by: Xe --- common/default.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/common/default.nix b/common/default.nix index ee84b1e..723010f 100644 --- a/common/default.nix +++ b/common/default.nix @@ -6,8 +6,6 @@ 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;