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;